Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngerakines/socklabs-blog

The Jekyll repository for blog.socklabs.com.
https://github.com/ngerakines/socklabs-blog

Last synced: about 1 month ago
JSON representation

The Jekyll repository for blog.socklabs.com.

Awesome Lists containing this project

README

        

# About

This is the Jekyll repository for [my blog](http://blog.socklabs.com/).

# HAHAHA

ls -1 *.txt | awk '{ newFile = $0; split(substr(newFile, 0, 11), d, "-"); printf( "echo \"date: %s/%s/%s\" | cat - %s > %s.new && mv %s.new %s\n", d[1], d[2], d[3], newFile, newFile, newFile, newFile); }'

ls -1 *.txt | awk '{ oldFile = $0; newFile = substr(oldFile, 10, length(oldFile)-13); printf( "echo \"slug: %s\" | cat - %s > %s.new && mv %s.new %s\n", newFile, oldFile, oldFile, oldFile, oldFile, oldFile); }'