6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/usr/bash
|
|
|
|
env=`date`
|
|
git add .
|
|
git commit -m "$env"
|
|
git push |