ari.lt/git.sh
2021-10-09 03:30:43 +03:00

6 lines
121 B
Bash
Executable file

#!/bin/sh
rm -fv content/styles/config/_main.css
git add .
git commit -m "update @ $(date)"
git push -u origin terminal