Last active
August 29, 2015 14:07
-
-
Save yuikns/5e9fccd4fb73d32654cc to your computer and use it in GitHub Desktop.
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
NAME some other information shows here | |
FLAG aaa bbb cccb infoHello | |
INTRO some other info shows here | |
FLAG xxx yyy zzz infoWorld | |
FLAG zzz zzz zzz info! |
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
#!/bin/sh | |
curl https://gist.githubusercontent.com/yujing5b5d/5e9fccd4fb73d32654cc/raw/7f4a766c9e9e52bf04f1dc491c1b08eb0cd35660/data.txt | grep "^FLAG" | awk '{print ">>"substr($5,5)}' > list.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment