winure/scripts/justfile
2024-06-14 11:24:46 -04:00

9 lines
164 B
Makefile

alias i := install
install DIR="~/.bin":
cp dos.sh {{DIR}}/dos
cp elevate.sh {{DIR}}/elevate
cp explorer.sh {{DIR}}/explorer
cp terminal.sh {{DIR}}/terminal