diff options
Diffstat (limited to 'meetup/gen_dates.sh')
-rwxr-xr-x | meetup/gen_dates.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meetup/gen_dates.sh b/meetup/gen_dates.sh index 6e73c02..5b9160d 100755 --- a/meetup/gen_dates.sh +++ b/meetup/gen_dates.sh @@ -11,8 +11,6 @@ DEBUG=0 # where to put the output files? NEXT_FILE="next.html" AFTER_FILE="after.html" -STANDARD_FILE="standard.html" -TECHCORE_FILE="techcore.html" DOW=`date +"%u"` if [ $DOW -eq 1 ]; then |