annotate bin/aglist @ 7759:b4341511eb47

<fizzie> ` echo -e \'#! /bin/bash\\ncmd="$1"\\nshift\\nf="$*"\\nif [ -z "$f" && "$f" == *\\\\ * ]; then f="${cmd#* }"; cmd="${cmd%% *}"; fi\\nif [ -z "$f" ]; then echo try: \\\\`f command filename; else "$cmd" "$(< "$f")"; fi\' > bin/f
author HackBot
date Wed, 04 May 2016 21:35:48 +0000
parents 72286b626909
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6995
fe551665384e <b_jonas> makelist aglist
HackBot
parents:
diff changeset
1 echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit
6996
05ba76ac5027 <b_jonas> perl -efor $comic("ag","wr"){open$O,">>","bin/${comic}list";print$O"b_jonas\\n";}
HackBot
parents: 6995
diff changeset
2 b_jonas
7213
72286b626909 <shachaf> ` echo shachaf >> bin/aglist
HackBot
parents: 7209
diff changeset
3 shachaf