diff options
author | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:20:49 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-03-29 18:20:49 -0500 |
commit | 52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a (patch) | |
tree | fa58f2fb8bcdf276630146f5ffdb963083201c29 /filebrowser/frontend-zenity.sh | |
parent | 114f10e727bd9fa75d0810cc593ba620d769a03f (diff) | |
download | hackvr-52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a.tar.gz hackvr-52dd0d6fd34e3ad8bef1cd9e613c71f28c48c33a.zip |
moved filebrowser stuff to examples dir
Diffstat (limited to 'filebrowser/frontend-zenity.sh')
-rwxr-xr-x | filebrowser/frontend-zenity.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filebrowser/frontend-zenity.sh b/filebrowser/frontend-zenity.sh deleted file mode 100755 index acb7cd7..0000000 --- a/filebrowser/frontend-zenity.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -stdbuf -oL $1 < p | stdbuf -oL tr '\n' ' ' | sed -u 's/$/_/' | stdbuf -oL tr '_' '\n' | xargs -L1 zenity --list --column file > p |