added unix scripts

This commit is contained in:
2022-01-27 19:40:28 -06:00
parent 72ddf229ec
commit e2d3097829
2 changed files with 10 additions and 0 deletions

5
scripts/mac-linux/install.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm install

5
scripts/mac-linux/start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm start