diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-28 10:57:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-28 10:57:03 +0200 |
commit | 1529f1100e207bb865720471cc47d50b7c1ffc28 (patch) | |
tree | 71cffbd013a63384036701f290ac61d236abb941 /xob | |
parent | 5ed0b385c11f040af99a992ba23c9947adbda7bf (diff) | |
download | bin-1529f1100e207bb865720471cc47d50b7c1ffc28.tar.gz bin-1529f1100e207bb865720471cc47d50b7c1ffc28.tar.xz |
xob: Redirect output to journal
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'xob')
-rwxr-xr-x | xob | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -xo "$@" & +systemd-cat xo "$@" </dev/null & disown |