chiark / gitweb /
wrapper for unicode(1) to examine each character in a word
[bin.git] / mkemptydir
1 #! /bin/sh
2 rm -rf "$1"
3 mkdir -p "$1"