mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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.
This commit is contained in:
parent
b17be021db
commit
1f8e823593
18 changed files with 1069 additions and 838 deletions
9
doc/rc/refresh
Executable file
9
doc/rc/refresh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue