home · contact · privacy
Move all scripts etc. to their own directory.
[redo-blog] / processor / default.uuid.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   uuidgen > "$1"
5 fi