mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
6 lines
121 B
Bash
Executable file
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
|