Initial commit
This commit is contained in:
4
rundevdealer.sh
Normal file
4
rundevdealer.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
python3 envdevdealer.py
|
||||
kill -9 $(lsof -i:3000 -t) 2> /dev/null
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user