hyprland-void-dots/sub.sh
2024-05-21 12:00:31 +03:30

7 lines
140 B
Bash
Executable file

#!/bin/bash
git submodule update --recursive --remote
git submodule foreach git checkout main
git submodule foreach git pull origin main