# HG changeset patch # User HackBot # Date 1359755810 0 # Node ID bd836d16ba84ced807c383c1091fbd9283aebafd # Parent d9be0c667c285a0ee6268f150b170a9cc4e1b589 mv bin/newls bin/ls diff -r d9be0c667c28 -r bd836d16ba84 bin/ls --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/ls Fri Feb 01 21:56:50 2013 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh +if [ "$1" = wisdom -o "$1" = wisdom/ ]; +then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; +else exec /bin/ls "$@"; +fi diff -r d9be0c667c28 -r bd836d16ba84 bin/newls --- a/bin/newls Fri Feb 01 21:56:11 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#!/bin/sh -if [ "$1" = wisdom -o "$1" = wisdom/ ]; -then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; -else exec /bin/ls "$@"; -fi