Last active
August 29, 2015 14:15
-
-
Save misodengaku/d049985dc6d4fadaefcd to your computer and use it in GitHub Desktop.
SECCON 2014 5鯖
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true | |
do | |
// チームのdefence keyword | |
KW=`cat keyword.txt` | |
echo "KW: $KW" | |
svn delete * --force | |
touch $KW | |
svn add $KW | |
svn commit -m totori | |
sleep 5 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment