firewall/automate.sh
2024-04-04 11:58:48 +02:00

6 lines
51 B
Bash

#!/bin/bash
git pull
git add .
git commit
git push