fosdem-schedule - fosdem-client - FOSDEM commandline client | |
git clone git://bitreich.org/fosdem-client git://enlrupgkhuxnvlhsf6lc3fziv5h2hh… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
fosdem-schedule (181B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 year="$(date +%Y)" | |
4 if [ $# -gt 1 ]; | |
5 then | |
6 year="$1" | |
7 fi | |
8 | |
9 printf "https://fosdem.org/${year}/schedule/pdf/a4.pdf\n" | |
10 plumb "https://fosdem.org/${year}/schedule/pdf/a4.pdf" | |
11 |