summaryrefslogtreecommitdiff
path: root/launch
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-20 21:18:23 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-20 21:18:23 -0500
commit3a023e896f797912732a3bf59dd7c17a10231537 (patch)
treebe7963fb53d3c2e1e2ace8969bfdf917c905111d /launch
parentec64def6f6db99a7981c1665fb55eabb226ec827 (diff)
downloadscripts-3a023e896f797912732a3bf59dd7c17a10231537.tar.xz
scripts-3a023e896f797912732a3bf59dd7c17a10231537.zip
test commit from griff
Diffstat (limited to 'launch')
-rwxr-xr-xlaunch/launch13
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 ;;