diff options
| author | epoch <epoch@thebackupbox.net> | 2020-04-06 06:04:22 -0500 |
|---|---|---|
| committer | epoch <epoch@thebackupbox.net> | 2020-04-06 06:04:22 -0500 |
| commit | f43bc654684239198fc793df536319bd73a38d7f (patch) | |
| tree | 22b55dc7a074e9d38e6c43aa25db4997becc5715 /share | |
| parent | 2edcce43083ec0437521b294eee545227fb77e59 (diff) | |
| download | hackvr-f43bc654684239198fc793df536319bd73a38d7f.tar.gz hackvr-f43bc654684239198fc793df536319bd73a38d7f.zip | |
added an exec
Diffstat (limited to 'share')
| -rwxr-xr-x | share/hackvr/examples/hackvr_term/hackvr_data_decode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/hackvr_term/hackvr_data_decode.sh b/share/hackvr/examples/hackvr_term/hackvr_data_decode.sh index 0ac04f2..307b6ff 100755 --- a/share/hackvr/examples/hackvr_term/hackvr_data_decode.sh +++ b/share/hackvr/examples/hackvr_term/hackvr_data_decode.sh @@ -1,2 +1,2 @@ #!/bin/sh -grep --line-buffered '^[^ ]* data ' | stdbuf -oL tr -s ' ' | stdbuf -oL cut '-d ' -f3- | stdbuf -o0 xxd -r -p +exec grep --line-buffered '^[^ ]* data ' | stdbuf -oL tr -s ' ' | stdbuf -oL cut '-d ' -f3- | stdbuf -o0 xxd -r -p |
