diff options
Diffstat (limited to 'shabby')
-rwxr-xr-x | shabby | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/shabby b/shabby deleted file mode 100755 index 277d021..0000000 --- a/shabby +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | T=tmpl | ||
3 | alias c=cat q=test e=echo | ||
4 | rm -rf o;mkdir -p o | ||
5 | q -e $T||e '`<$F`'>$T | ||
6 | q -d st&&cp -r st o/ | ||
7 | x(){ eval "$(e 'c<<Z';c "$@";e;e Z)";} | ||
8 | for F in c/*;do | ||
9 | q -e "$F"&& ( | ||
10 | FN="${F##*/}" | ||
11 | TT="$(head -n1 "$P")" | ||
12 | BD="$(tail -n+2 "$P")" | ||
13 | x $T>"o/$FN") | ||
14 | done | ||