aboutsummaryrefslogtreecommitdiffstats
path: root/share/hackvr/examples/filebrowser/frontend-zenity.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/hackvr/examples/filebrowser/frontend-zenity.sh')
-rwxr-xr-xshare/hackvr/examples/filebrowser/frontend-zenity.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/hackvr/examples/filebrowser/frontend-zenity.sh b/share/hackvr/examples/filebrowser/frontend-zenity.sh
deleted file mode 100755
index 44ae385..0000000
--- a/share/hackvr/examples/filebrowser/frontend-zenity.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-if [ "_$1" = "_" ];then
- echo "I need a backend script passed as first argument." >&2
- exit 1
-fi
-stdbuf -oL $1 < p | stdbuf -oL tr '\n' ' ' | sed -u 's/$/_/' | stdbuf -oL tr '_' '\n' | xargs -L1 zenity --list --column file > p