thekube/push.sh
2023-12-19 22:11:55 +00:00

6 lines
67 B
Bash

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