view bin/ls @ 7926:e8784ab49e36

<shachaf> ` sed -i \'s#-d #-d\\\\ #\' bin/ls
author HackBot
date Sat, 07 May 2016 01:26:23 +0000
parents 2c335d004eab
children 505028013022
line wrap: on
line source

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