dotfiles/.local/bin/scripts/touche

4 lines
44 B
Bash
Executable File

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