mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
d8604ac3d5
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
7 lines
132 B
Bash
Executable file
7 lines
132 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 terminal
|