From 7d47caec6e81fb7a1c63eb1e25676a1aa74abc6f Mon Sep 17 00:00:00 2001 From: Jose Luis Perez Diez Date: Sat, 6 Oct 2018 16:26:14 +0200 Subject: [PATCH] just a silly utility to help mee tweet talks --- 2018/_src/tweet_aid | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 2018/_src/tweet_aid 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