annotate bin/flist @ 8497:2c419f225667

<izabera> ` echo \'for file do mapfile -t lines < "$file"; for (( i = ${#lines[@]} -1; i >= 0; i-- )) do printf "%s\\n" "${lines[i]}"; done done\' >> bin/tac
author HackBot
date Thu, 16 Jun 2016 09:40:02 +0000
parents 1a172a726852
children c62643e28143
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5887
1a172a726852 <oren> makelist flist
HackBot
parents:
diff changeset
1 echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit