Skip to content

Instantly share code, notes, and snippets.

@yardfarmer
Created November 25, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yardfarmer/dd691993a34e43c46420 to your computer and use it in GitHub Desktop.
Save yardfarmer/dd691993a34e43c46420 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls ../demo | awk 'BEGIN{ print "[" } {split($0,item,"_"); print "{\"url\":\"/demos\/"$0"\", \"name\":\""item[1]"\" ,\"tags\":\""item[2]"\",\"desc\":\""item[3]"\"}"} END{ print "{\"url\":\"\"} ]" }' > ../_data/demos.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment