5 lines
49 B
Bash
5 lines
49 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
nohup redis-server &
|
||
|
./nitter
|