mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Legacy sync
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
851914ff75
commit
4c4bb238a0
13 changed files with 1026 additions and 7 deletions
15
bin/nux-env
15
bin/nux-env
|
|
@ -1,10 +1,11 @@
|
|||
#!/usr/bin/env nuxr-nuxsh
|
||||
## Portable *nix environment by tonydamage
|
||||
|
||||
## status::
|
||||
## Show status of nux-env installation
|
||||
##
|
||||
|
||||
@namespace task. {
|
||||
|
||||
## status::
|
||||
## Show status of nux-env installation
|
||||
function :status {
|
||||
echo nux-env folder: $NUX_ENV_DIR
|
||||
pushd $NUX_ENV_DIR > /dev/null
|
||||
|
|
@ -12,8 +13,8 @@
|
|||
popd > /dev/null
|
||||
}
|
||||
|
||||
## update::
|
||||
## pulls latest nux-env from repository.
|
||||
## update::
|
||||
## pulls latest nux-env from repository.
|
||||
function :update {
|
||||
pushd $NUX_ENV_DIR > /dev/null
|
||||
git stash
|
||||
|
|
@ -22,8 +23,8 @@
|
|||
popd > /dev/null
|
||||
}
|
||||
|
||||
## install::
|
||||
## Install nux-env recommended binaries if not present
|
||||
## install::
|
||||
## Install nux-env recommended binaries if not present
|
||||
function :install {
|
||||
:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue