4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/kernelpanic/projetos_jarvis/caronte/frontend
|
|
exec npm start -- -p 3070
|