view bin/forget @ 11963:b54cc53510bd draft

<kmc> ` echo $IRC_NICK >> bin/pbflist
author HackEso <hackeso@esolangs.org>
date Thu, 10 Oct 2019 07:09:03 +0000
parents 2e4353fde04e
children 1e5d7286862e
line wrap: on
line source

#!/bin/sh
for n; do if [ lethe = "$n" ]; then rm -f "wisdom/$n"; else rm-p "wisdom/$n"; fi && echo "Forget what?"; done