aboutsummaryrefslogtreecommitdiff
path: root/src/sh/undocked.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sh/undocked.sh')
-rwxr-xr-xsrc/sh/undocked.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sh/undocked.sh b/src/sh/undocked.sh
new file mode 100755
index 0000000..ec7ca10
--- /dev/null
+++ b/src/sh/undocked.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env zsh
+
+SCRIPT_DIR=$(dirname $(realpath $0))/undocked
+
+for script in $SCRIPT_DIR/undocked_*.sh; do
+ $script
+done