diff options
Diffstat (limited to 'clilaunch.sh')
| -rwxr-xr-x | clilaunch.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/clilaunch.sh b/clilaunch.sh deleted file mode 100755 index 1309b16..0000000 --- a/clilaunch.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# Скрипт для запуска cli программ с именованным заголовком из лаунчера - -case "$1" in - peaclock) - peaclock - - break - ;; - - *) - foot --title="$1" $1 - - break - ;; -esac |
