diff options
| author | epoch <epoch@hack.thebackupbox.net> | 2020-04-02 08:16:46 +0000 | 
|---|---|---|
| committer | epoch <epoch@hack.thebackupbox.net> | 2020-04-02 08:16:46 +0000 | 
| commit | 893df52f73ad082679ad2a5df42c1768e93ff791 (patch) | |
| tree | 2563eac7954dabbfbf40e48993ca0be9e26d19b6 /bin/hackvr_uri | |
| parent | 9004c4a5ff7bfd0067fa616693d84b8afe69d9f4 (diff) | |
| parent | 2870621fda77e7daffee13984618d213b83738a3 (diff) | |
| download | hackvr-893df52f73ad082679ad2a5df42c1768e93ff791.tar.gz hackvr-893df52f73ad082679ad2a5df42c1768e93ff791.zip | |
merge
Diffstat (limited to 'bin/hackvr_uri')
| -rwxr-xr-x | bin/hackvr_uri | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bin/hackvr_uri b/bin/hackvr_uri index a5bc8c5..d4e3b3a 100755 --- a/bin/hackvr_uri +++ b/bin/hackvr_uri @@ -4,4 +4,4 @@ hackvr \    | tee \       >(sed -un "s/$USER  *action  *<\([^ ]*\)>/\1/p" \          | stdbuf -o0 tr '\n' '\0' \ -        | xargs -n1 -0 copy_start_nevermind.sh 2>&1 >/dev/null)  +        | xargs -n1 -P 0 -0 copy_start_nevermind.sh 2>&1 >/dev/null)  | 
