view bin/ls @ 8518:0dfc503499fb

<oerjan> ` hg cat -r 5060d5af0b98 bin/rnooodl >bin/rnooodl
author HackBot
date Fri, 17 Jun 2016 09:48:17 +0000
parents 505028013022
children
line wrap: on
line source

#!/bin/bash
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