diff options
| author | bobzel <zzzman@gmail.com> | 2020-10-29 09:29:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 09:29:24 -0400 |
| commit | 964965807a0f18ecf580b463a0c1d6f30efdde7b (patch) | |
| tree | db2fcc2d682e8e3292fd8bdba3515ff549f9204b /startup.sh | |
| parent | 74e080fd58c681a549a8e369202096bd456b6e6e (diff) | |
| parent | 3e7012687b12f3d973169c6d84ca2d57bf79cbd9 (diff) | |
Merge pull request #919 from browngraphicslab/restored_server_monitor
Startup script
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 |
