bash: Sat Nov 9 21:37:16 CST 2019

master
root 5 years ago
parent cec882fb74
commit 280cdd33f5
  1. 7
      push.sample.sh

@ -0,0 +1,7 @@
#!/usr/bin/env bash
get_time=$(date)
git add .
git commit -m "bash: ${get_time}"
git push https://username:password@github.com/mashirozx/sakura2.git
Loading…
Cancel
Save