3 lines
80 B
Bash
3 lines
80 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
python proxyPool.py webserver &
|
||
|
|
python proxyPool.py schedule
|