view bin/ls @ 7979:505028013022

<int-e> ` sed -i \'s=(ls=(/bin/ls=\' bin/ls
author HackBot
date Sun, 08 May 2016 14:09:27 +0000
parents e8784ab49e36
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