Files
linux-toolkit/scripts/prepare.sh
2022-04-27 16:20:36 -05:00

6 lines
75 B
Bash

#!/bin/sh
git reset hard
git pull
git submodule update --init --recursive