home · contact · privacy
Add workaround for redo-ifcreate not working as expected.
[redo-blog] / processor / default.links.do
1 #!/bin/sh
2
3 if [ ! -f "$1" ]; then
4   touch "$1"
5 fi