X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/sgauthstress/rmifs.sh diff --git a/projects/sgauthstress/rmifs.sh b/projects/sgauthstress/rmifs.sh deleted file mode 100755 index 0663b9d9..00000000 --- a/projects/sgauthstress/rmifs.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -users=`cat users.1000` -hi=0 -lo=0 -for user in $users -do - if (( $lo > 254 )) - then - lo=0 - let hi++ - fi - let lo++ - ip="10.22.$hi.$lo/32" - ip addr del $ip dev eth0 -done