mirror of
https://github.com/myfatemi04/wheelshare-old-backend.git
synced 2025-04-09 14:40:17 -04:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/sh
|
|
|
|
# Assumes your program is called index.js
|
|
exec node index.js
|