5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
pkill -f "npm start"
|
|
sleep 5
|
|
cd backend/backend/frontend && npm install && npm start &
|