Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .dots
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ function runDots() {
echo ""
./datastores.sh
fi
if [ $ARG == "webdev" ] || [ $ARG == "all" ]; then
# Run the webdev.sh Script
if [ $ARG == "web" ] || [ $ARG == "all" ]; then
# Run the web.sh Script
echo "------------------------------"
echo "Setting up JavaScript web development environment."
echo "------------------------------"
echo ""
./webdev.sh
./web.sh
fi
if [ $ARG == "android" ] || [ $ARG == "all" ]; then
# Run the android.sh Script
Expand All @@ -108,4 +108,4 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
runDots $@
fi;

unset runDots;
unset runDots;