# HG changeset patch # User HackBot # Date 1359755436 0 # Node ID fe0e03799400f20dcddfe2e25c8217d764421b10 # Parent 30fa75f7e1978c97434f069a71e42feaaaa043f9 fetch http://oerjan.nvg.org/newls diff -r 30fa75f7e197 -r fe0e03799400 newls --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/newls Fri Feb 01 21:50:36 2013 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh +if [[ "$@" == wisdom || "$@" == 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