summaryrefslogtreecommitdiff
path: root/strjoin
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 /strjoin
parent75b23ce1ff0daab363725a2a5755ea80bbeaa68e (diff)
manuals, sum-down, radix
Diffstat (limited to 'strjoin')
-rwxr-xr-xstrjoin6
1 files changed, 0 insertions, 6 deletions
diff --git a/strjoin b/strjoin
deleted file mode 100755
index 83b2a9c..0000000
--- a/strjoin
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-sep=$1
-shift
-printf '%s' "$1"
-shift
-printf "$sep"'%s' "$@"