vbm "DEBUG:showVersion function called."
cat <<'EOF'
-bkots 0.0.3
+bkots 0.0.4
Copyright (C) 2022 Steven Baltakatei Sandoval
License GPLv3: GNU GPL version 3
This is free software; you are free to change and redistribute it.
if [[ ! $option_dry_run == "true" ]]; then
#ots stamp "$item";
for url in "${calendars[@]}"; do
- ots -l "$url" --no-default-whitelist verify stamp "$item";
+ ots -l "$url" --no-default-whitelist stamp "$item";
done;
else
yell "DEBUG:DRY RUN:Not running:\"ots stamp $item\"";