summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
Diffstat (limited to 'map')
-rwxr-xr-xmap11
1 files changed, 0 insertions, 11 deletions
diff --git a/map b/map
deleted file mode 100755
index ec514ad..0000000
--- a/map
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-fn=$1
-if [[ "$fn" = *\$1* ]]
-then f(){ eval "$fn";}
-else f(){ eval "$fn" "$1";}
-fi
-shift
-for x in "$@"
-do f "$x"
-done