dotfiles/.local/bin/scripts/touche

4 lines
44 B
Plaintext
Raw Normal View History

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