dos-var: created justfile

This commit is contained in:
Valerie Wolfe 2024-07-12 14:31:31 -04:00
parent 90979cb411
commit 3fd510a45c
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@ install TARGET='all' DIR="~/.bin/":
#!/usr/bin/bash #!/usr/bin/bash
if [[ {{TARGET}} == 'all' ]]; then if [[ {{TARGET}} == 'all' ]]; then
just install scripts {{DIR}} just install scripts {{DIR}}
just install dos-var {{DIR}}
just install env-share {{DIR}} just install env-share {{DIR}}
just install mkwin {{DIR}} just install mkwin {{DIR}}
just install path-convert {{DIR}} just install path-convert {{DIR}}

View file

@ -7,5 +7,4 @@ install DIR="~/.bin":
cp explorer.sh {{DIR}}/explorer cp explorer.sh {{DIR}}/explorer
cp pwsh.sh {{DIR}}/pwsh cp pwsh.sh {{DIR}}/pwsh
cp terminal.sh {{DIR}}/terminal cp terminal.sh {{DIR}}/terminal
cp userprofile.sh {{DIR}}/userprofile