mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-12 13:34:29 +01:00
Nuweb drop
Signed-off-by: root <root@tdm-cloud.(none)>
This commit is contained in:
parent
ee9a720f67
commit
a7b55553ad
62 changed files with 1772 additions and 608 deletions
4
inc/nuxr.nuxsh.sh
Normal file → Executable file
4
inc/nuxr.nuxsh.sh
Normal file → Executable file
|
|
@ -13,7 +13,7 @@ nux.use nuxr/repl
|
|||
else
|
||||
echo "$NUX_SCRIPTNAME: Unrecognized task ''$TASK' not available."
|
||||
echo "Try '$NUX_SCRIPTNAME help' for more information."
|
||||
return -1
|
||||
return 1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ nux.use nuxr/repl
|
|||
| nux.help.shelldoc
|
||||
return 0
|
||||
else
|
||||
return -1
|
||||
return 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue