taskwarrior/doc/rc/refresh
Paul Beckingham 1f8e823593 Holidays Updated
- Modified update-holidays.pl script to include the MIT license.
- Added the URLs used to download the data, in the data.
- Added a refresh script to freshen the files.
2012-02-21 17:23:57 -05:00

9 lines
166 B
Bash
Executable file

#! /bin/bash
for i in holidays*rc
do
locale=${i:9:5}
echo $locale
../../scripts/add-ons/update-holidays.pl --locale $locale --file holidays.${locale}.rc
done