4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# just boots the server. nothing fancy right now.
|
||
|
nodejs server.js
|