summaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2024-05-18 21:04:34 +0200
committerDavid Wührer <def@gmx.at>2024-05-18 21:04:34 +0200
commit77cfffee6177fb0421fa0fce15d6a1875bde4816 (patch)
tree251428cdd482ea50cfb019dbd3c3bafd79d2fd14 /map
parent75b23ce1ff0daab363725a2a5755ea80bbeaa68e (diff)
manuals, sum-down, radix
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