diff options
Diffstat (limited to 'scripts/.scripts/execute_shell.sh')
| -rwxr-xr-x | scripts/.scripts/execute_shell.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/.scripts/execute_shell.sh b/scripts/.scripts/execute_shell.sh new file mode 100755 index 0000000..538f222 --- /dev/null +++ b/scripts/.scripts/execute_shell.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +cmd=$(: | dmenu -p "command") +# quality=$(echo -e "1080p\n720p\n480p\n360p" | dmenu -i -l 4) + +sh -c "$cmd" |
