mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-27 02:52:14 +01:00
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/bash
|
|
|
|
cd /opt/semaphore/
|
|
PORT=3000 node bin/semaphore.js
|