home · contact · privacy
Move everything that does not need to be top level dir into sub dir.
[redo-blog] / processor / .meta / default.uuid.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   uuidgen > "$1"
5 fi