diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-20 21:18:23 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-20 21:18:23 -0500 |
commit | 3a023e896f797912732a3bf59dd7c17a10231537 (patch) | |
tree | be7963fb53d3c2e1e2ace8969bfdf917c905111d /launch | |
parent | ec64def6f6db99a7981c1665fb55eabb226ec827 (diff) | |
download | scripts-3a023e896f797912732a3bf59dd7c17a10231537.tar.xz scripts-3a023e896f797912732a3bf59dd7c17a10231537.zip |
test commit from griff
Diffstat (limited to 'launch')
-rwxr-xr-x | launch/launch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/launch/launch b/launch/launch index 9a63cbf..c943822 100755 --- a/launch/launch +++ b/launch/launch @@ -37,19 +37,6 @@ case "`hostname`" in *) launchother $@ ;; esac ;; - openbsdx230) - case "$1" in - brave) - ;; - chromium|chrome) - ;; - halt|off|poweroff|shutdown) doas halt ;; - sleep|suspend|zzz) doas zzz ;; - reboot|res|restart) doas reboot ;; - snes|snes9x) snes9x-gtk $args ;; - *) launchother $@ ;; - esac - ;; librex60) case "$1" in brave) iceweasel ;; |