Files
Custom-Static-Website-Gener…/Future-Features/bash-script/updatewebsite.sh
2020-05-14 12:10:15 +04:00

5 lines
72 B
Bash

#!/bin/sh
git add-commit -m "Update website"
git push -u origin master