summaryrefslogtreecommitdiff
path: root/bin/run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run')
-rwxr-xr-xbin/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/run b/bin/run
deleted file mode 100755
index 4b57856..0000000
--- a/bin/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-SCRIPTS_DIR="$HOME/dotfiles/bin" && cd $SCRIPTS_DIR
-SCRIPTS=$(ls -A $SCRIPTS_DIR)
-TARGET=$(echo "${SCRIPTS//"$SCRIPTS_DIR/"/}" | dmenu -i -p "Run script:")
-[[ -n $TARGET ]] && "$SCRIPTS_DIR/$TARGET"