Files
linux-toolkit/scripts/update.sh
2022-10-20 17:00:10 -05:00

7 lines
101 B
Bash

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