Files
linux-toolkit/scripts/update.sh

7 lines
99 B
Bash

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