diff --git a/2018/_src/tweet_aid b/2018/_src/tweet_aid new file mode 100755 index 0000000..b8ad5a8 --- /dev/null +++ b/2018/_src/tweet_aid @@ -0,0 +1,3 @@ +#!/bin/bash + +find ../talks |perl -ne'print if s|\.\.(.+)/(.*)|$2

|' >../tweet_aid.html