urlhaus-filter/utils/commit.sh

7 lines
117 B
Bash
Raw Normal View History

2018-10-09 06:18:46 +00:00
#!/bin/sh
# Commit the filter update
CURRENT_TIME="$(date -R -u)"
git commit -a -m "Filter updated: $CURRENT_TIME"