annotate bin/ls @ 8937:0e1ab6c19f18

<oerjan> sled bin/bf//1s/ //
author HackBot
date Thu, 18 Aug 2016 02:30:46 +0000
parents 505028013022
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5643
56dcce63901b <tswett> revert
HackBot
parents:
diff changeset
1 #!/bin/bash
7979
505028013022 <int-e> ` sed -i \'s=(ls=(/bin/ls=\' bin/ls
HackBot
parents: 7926
diff changeset
2 if /bin/ls -id "$@" 2>/dev/null | grep -q ^"$(/bin/ls -id /hackenv/wisdom | cut -d\ -f 1)" ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try listing it in private instead.'; else exec -a ls /bin/ls "$@"; fi