Files
PlantCtrl/website/update.sh
2025-02-14 23:50:19 +01:00

5 lines
99 B
Bash

#!/bin/bash
git submodule update --remote --merge
git add *
git commit -m "updated theme"
git push