mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
9 lines
No EOL
285 B
Bash
Executable file
9 lines
No EOL
285 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "date=$(date +'%Y-%m-%d')" | tee db/info.ini db_extra/info.ini > /dev/null
|
|
|
|
git add db/info.ini db_extra/info.ini
|
|
|
|
git commit -m "Updated timestamp for info.ini" >/dev/null 2>&1 && git push
|
|
|
|
echo "Date updated in db/info.ini and db_extra/info.ini to the current date" |