thekube/push.sh
2023-12-19 23:12:58 +01:00

7 lines
68 B
Bash
Executable File

#!/usr/bin/bash
env=`date`
git add .
git commit -m "$env"
git push