/[sudobot]/trunk/start.sh
ViewVC logotype

Annotation of /trunk/start.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (hide annotations)
Mon Jul 29 17:28:25 2024 UTC (8 months ago) by rakin
File MIME type: application/x-sh
File size: 160 byte(s)
Added debug info support and startup manager
1 rakin 58 #!/bin/bash
2    
3     cmd="npm start"
4    
5     for a in $@; do
6     if [[ $a == '--dev' ]]; then
7     cmd="npm run dev"
8     fi
9     done
10    
11     while true; do
12     command $cmd
13     sleep 2;
14     done

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26