Add prepare script

This commit is contained in:
2022-04-27 16:20:36 -05:00
parent 13a5122766
commit 5631c9f364
5 changed files with 5 additions and 0 deletions

5
scripts/prepare.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
git reset hard
git pull
git submodule update --init --recursive

0
sh/custom/aliases.sh Normal file → Executable file
View File

0
sh/custom/os.sh Normal file → Executable file
View File

0
sh/custom/vars.sh Normal file → Executable file
View File

0
sh/load.sh Normal file → Executable file
View File