Minors bugfixs

-running hellcheck
-optimize md file
This commit is contained in:
2019-12-09 19:53:21 +01:00
parent 1f8e7c7c4d
commit cf760c8b3a
5 changed files with 104 additions and 82 deletions

View File

@@ -75,7 +75,7 @@ echo
# Local packages
if [ -d "$local_path" ]; then
cd $local_path
cd "$local_path" || return
echo -e "\033[4m🌿 Local installed scripts:\033[0m"
npm ls
outdated=$(npm outdated)