mirror of
https://github.com/zedeus/nitter.git
synced 2024-12-12 11:06:30 +00:00
5 lines
49 B
Bash
5 lines
49 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
nohup redis-server &
|
||
|
./nitter
|