dotfiles/.local/bin/scripts/touche

4 lines
44 B
Text
Raw Normal View History

2023-11-04 19:08:39 +01:00
#!/bin/sh
mkdir -p $(dirname $1)
touch "$@"