1
1
Fork 0
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:
root 2019-03-09 12:32:11 +01:00
parent ee9a720f67
commit a7b55553ad
62 changed files with 1772 additions and 608 deletions

4
inc/nuxr.nuxsh.sh Normal file → Executable file
View 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
}
}
}