]> git.armaanb.net Git - bin.git/blob - inp
inp: add script
[bin.git] / inp
1 #!/usr/bin/env sh
2
3 "$1" "$2" > "${2}.tmp"
4 mv "${2}.tmp" "$2"