firewall/automate.sh
2024-04-04 14:23:24 +02:00

13 lines
186 B
Bash

#!/bin/bash
GIT_USER=guillaume.emorine
GIT_PASSWORD="FN2;$m=ZNG;TM)m"
git config user.name "$GIT_USER"
git config user.password "$GIT_PASSWORD"
git pull
git add .
git commit
git push