Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

just a silly utility to help mee tweet talks #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 2018/_src/tweet_aid
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

find ../talks |perl -ne'print if s|\.\.(.+)/(.*)|<a href="http://friends.barcelona.pm/2018/$1/$2">$2</a><p>|' >../tweet_aid.html