diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-07-26 20:53:33 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-07-26 20:53:33 -0400 |
| commit | 76f7ff1f56cf5eebc91549277992ccf92333bdef (patch) | |
| tree | be6fd97375dedc8ccd3a092189cc9922b52f6105 /tac | |
| parent | 3c54e6d3fa6f2d53e452d8a678498e6b92600a59 (diff) | |
rename shell scripts to *.sh, remove execute bit, let make rename and enable execution
Diffstat (limited to 'tac')
| -rwxr-xr-x | tac | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -1,12 +0,0 @@ -cat "$@" | awk "$(tail -n +3 $0)" # TODO: reverse order of arguments -exit $? - -{ - lines[NR] = $0; -} - -END { - for (i = NR; i > 0; i--) { - print lines[i] - } -} |
