PlantCtrl/website/update.sh

5 lines
99 B
Bash
Raw Normal View History

2025-02-14 23:50:19 +01:00
#!/bin/bash
git submodule update --remote --merge
git add *
git commit -m "updated theme"
git push