summary refs log tree commit diff
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-12 16:32:43 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-12 16:32:43 -0700
commit0fa3f8298fd6e7c352c8bf61e1e43fe76b764a87 (patch)
tree832f89d093773e8a009d7321420b5b9ca669922e
parentb422f7790bb0f317dcd97ee01f7b1c8dc18ba384 (diff)
DEL: i just hate bash
-rwxr-xr-xmp.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/mp.sh b/mp.sh index add2dbd..0e13a36 100755 --- a/mp.sh +++ b/mp.sh
@@ -1,5 +1,4 @@
1#!/usr/bin/env sh 1#!/usr/bin/env sh
2set -o posix >/dev/null 2>&1 || true
3set -e 2set -e
4 3
5WD="${WD:-/usr/local/mp}" 4WD="${WD:-/usr/local/mp}"
@@ -22,9 +21,6 @@ ok() {
22 echo "ok: $1" >&2 21 echo "ok: $1" >&2
23} 22}
24 23
25if command -v oksh >/dev/null 2>&1; then
26 alias sh='oksh'
27fi
28if [ -f "$CFG" ]; then 24if [ -f "$CFG" ]; then
29 . "$CFG" 25 . "$CFG"
30fi 26fi