mirror of
https://github.com/zedeus/nitter.git
synced 2025-01-03 15:35:29 +00:00
5 lines
49 B
Bash
5 lines
49 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
nohup redis-server &
|
||
|
./nitter
|