dotfiles/.local/bin/scripts/touche
2023-11-04 19:09:52 +01:00

3 lines
44 B
Bash
Executable file

#!/bin/sh
mkdir -p $(dirname $1)
touch "$@"