11 lines
228 B
Makefile
11 lines
228 B
Makefile
|
|
alias i := install
|
|
|
|
install DIR="~/.bin":
|
|
cp dos.sh {{DIR}}/dos
|
|
cp elevate.sh {{DIR}}/elevate
|
|
cp explorer.sh {{DIR}}/explorer
|
|
cp pwsh.sh {{DIR}}/pwsh
|
|
cp terminal.sh {{DIR}}/terminal
|
|
cp userprofile.sh {{DIR}}/userprofile
|
|
|