winure/scripts/justfile

12 lines
228 B
Makefile
Raw Normal View History

2024-06-14 11:24:46 -04:00
alias i := install
install DIR="~/.bin":
cp dos.sh {{DIR}}/dos
cp elevate.sh {{DIR}}/elevate
cp explorer.sh {{DIR}}/explorer
2024-07-03 16:20:46 -04:00
cp pwsh.sh {{DIR}}/pwsh
2024-06-14 11:24:46 -04:00
cp terminal.sh {{DIR}}/terminal
2024-07-08 13:25:59 -04:00
cp userprofile.sh {{DIR}}/userprofile
2024-06-14 11:24:46 -04:00