Skip to content

Instantly share code, notes, and snippets.

@yuikns
Last active August 29, 2015 14:07
Show Gist options
  • Save yuikns/5e9fccd4fb73d32654cc to your computer and use it in GitHub Desktop.
Save yuikns/5e9fccd4fb73d32654cc to your computer and use it in GitHub Desktop.
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!
#!/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