dos-var: created justfile
This commit is contained in:
parent
90979cb411
commit
3fd510a45c
2 changed files with 1 additions and 1 deletions
1
justfile
1
justfile
|
@ -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}}
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue