Skrip jadul

By admin

#!/bin/bash
#rm eth1*
ls -1 eth0*|while read file
do
target=$(echo $file | sed -e "s/eth0/eth1/")
#sed '/CEIL/s/32/64/g' "$file" >  "$target"
mv "$file"  "$target"
done
#rm /var/cache/htb.init
#/etc/init.d/htb compile
#/etc/init.d/htb restart

Related Posts

  1. Bypass icmp via htb.init

No Comments

(Required)
(Required, will not be published)

By submitting a comment here you grant this site a perpetual license to reproduce your words and name/web site in attribution.