diff --git a/updateCompserNPM.sh b/updateCompserNPM.sh new file mode 100644 index 0000000..dbdee5c --- /dev/null +++ b/updateCompserNPM.sh @@ -0,0 +1 @@ +ssh homestead -t 'cd code/Bruno\ Fontes/shareit; echo; echo -n "Press enter to update Composer..."; read; composer update; echo; echo -n "Press enter to update NPM..."; read; npm update; echo; echo -n "Press enter to exit..."; read'