summaryrefslogtreecommitdiff
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, 6 insertions, 0 deletions
diff --git a/share/hackvr/examples/filebrowser/frontend-zenity.sh b/share/hackvr/examples/filebrowser/frontend-zenity.sh
new file mode 100755
index 0000000..cb1fa9d
--- /dev/null
+++ b/share/hackvr/examples/filebrowser/frontend-zenity.sh
@@ -0,0 +1,6 @@
+#!/bin/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