5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
python3 envdev.py
|
|
kill -9 $(lsof -i:3001 -t) 2> /dev/null
|
|
npm run dev
|