initial push

This commit is contained in:
2024-04-01 14:58:20 -06:00
parent c8f80a6323
commit 9c25429f51
11 changed files with 115 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
SLRP=$PWD/.slrp
BIN=$SLRP/bin
while true
do
$BIN/mubeng -f "$SLRP/proxies.txt" --output "$SLRP/live.txt" --check 2>/dev/null;
done