view bin/ls @ 5570:552c422d02a4

<shachaf> rm bin/boo
author HackBot
date Fri, 12 Jun 2015 07:11:25 +0000
parents 0ed38d27ad36
children
line wrap: on
line source

#!/bin/bash
if /bin/ls -id "$@" 2>/dev/null | grep -q ^1053793 ; 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