forked from guillaume.emorine/siotp
7 lines
120 B
Bash
7 lines
120 B
Bash
#!/bin/bash
|
|
usr='guillaume.emorine'
|
|
passwd='FN2;$m=ZNG;TM)m'
|
|
git add .
|
|
git commit
|
|
(echo $usr ; echo $passwd) | git push
|