Files
linux-toolkit/scripts/update.sh

6 lines
77 B
Bash

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