mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
da5f043599
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
7 lines
160 B
Bash
Executable file
7 lines
160 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
rm -fv content/styles/config/_main.css
|
|
|
|
git add .
|
|
git commit -sam "update @ $(date)"
|
|
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"
|