diff options
Diffstat (limited to 'startup.sh')
-rw-r--r-- | startup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/startup.sh b/startup.sh new file mode 100644 index 000000000..6554b5666 --- /dev/null +++ b/startup.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd /c/Users/dash/Desktop/Dash-Web # cd /c/Users/dash/Documents/Dash-Web instead for dash-release +npm run start-release +# works for browndash
\ No newline at end of file |