about summary refs log tree commit homepage
path: root/exe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exe.sh')
-rwxr-xr-xexe.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/exe.sh b/exe.sh
deleted file mode 100755
index c3ee2d3..0000000
--- a/exe.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-# symlink this file to a directory in PATH to run anything in script/*
-# without needing perms to install globally.  Used by "make symlink-install"
-p=$(realpath "$0" || readlink "$0") # neither is POSIX, but common
-p=$(dirname "$p") c=$(basename "$0") # both are POSIX
-exec ${PERL-perl} -w -I"$p"/blib/lib -I"$p"/blib/arch \
-        "$p"/script/"${c%.sh}" "$@"
-: this script is too short to copyright