view bin/ls @ 1965:3ccabf874d2f

<kmc> echo -e \'#!/bin/sh\\nif [ $(stat -c %i "$1") -eq 752131 ]; then echo \'"\'"\'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.\'"\'"\'; else exec /bin/ls "$@"; fi\' > bin/ls
author HackBot
date Fri, 01 Feb 2013 22:29:21 +0000
parents 33abbf30ba67
children 60a61a6efc2b
line wrap: on
line source

#!/bin/sh
if [ $(stat -c %i "$1") -eq 752131 ]; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec /bin/ls "$@"; fi