# HG changeset patch # User HackBot # Date 1359755595 0 # Node ID dd820ac0c0815e0f4ef54cba8a28774db51590bb # Parent d9d081221692ae3cad90b226bec03b3840016e10 fetch http://oerjan.nvg.org/newls diff -r d9d081221692 -r dd820ac0c081 newls --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/newls Fri Feb 01 21:53:15 2013 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh +if [ "$@" = wisdom -o "$@" = 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