diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-20 20:57:59 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-20 21:04:24 +0300 |
| commit | 31c3c8dcb5ea281201b9c01140bceeadc80f7686 (patch) | |
| tree | 5424805f919938e58e0a2c88c0e3d8f583fbcfd7 /scripts/prepend | |
| parent | 1175179058fa809c57d724cd2043c67edc511695 (diff) | |
| download | kmi-31c3c8dcb5ea281201b9c01140bceeadc80f7686.tar.gz kmi-31c3c8dcb5ea281201b9c01140bceeadc80f7686.zip | |
New build system
Diffstat (limited to 'scripts/prepend')
| -rwxr-xr-x | scripts/prepend | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/prepend b/scripts/prepend deleted file mode 100755 index ef10da1..0000000 --- a/scripts/prepend +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -prep="$1" -shift - -for n in "$@" -do - ret="$ret $prep$n" -done - -echo "$ret" |
