Files
2026-04-29 15:02:17 +02:00

7 lines
90 B
Bash
Executable File

#!/bin/bash
#
# update submodules after checkout
git submodule init
git submodule update