# HG changeset patch # User HackBot # Date 1359755764 0 # Node ID 3467c01137d9e106a9c9961a313c138146b7c698 # Parent ab8d8223c3505f98a72546d2c06ccd2e7ce06ce2 fetch http://oerjan.nvg.org/newls diff -r ab8d8223c350 -r 3467c01137d9 newls --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/newls Fri Feb 01 21:56:04 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