diff --git a/getSources.sh b/getSources.sh index 91e18ad..63a676b 100755 --- a/getSources.sh +++ b/getSources.sh @@ -1,5 +1,5 @@ #!/bin/bash -TODAY=2177 +TODAY=$(date +%Y) # Pick up the user's year automatically START=$TODAY-365 echo "{ \"list\": [" @@ -12,4 +12,4 @@ do fi done -echo "] }" \ No newline at end of file +echo "] }"