mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-06 00:53:23 +00:00
Remove broken alteseuropa script
This commit is contained in:
parent
6c1c0499ed
commit
4a7e196e6a
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
curl --silent -I http://www.strandbar-mitte.de/alteseuropa/download/Mittagskarte.pdf | grep Last-Modified | grep -o ' .*' | ruby -rdate -pe '$_ = DateTime.parse($_).day == Date.today.day; exit($_ ? 0 : 1)' && curl http://www.strandbar-mitte.de/alteseuropa/download/Mittagskarte.pdf --silent -o /tmp/mittagskarte.pdf && open /tmp/mittagskarte.pdf || echo 'Noch nicht da'
|
||||
Loading…
x
Reference in New Issue
Block a user