This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/update
TotallyNotElite 8e7596d799
Update update
2018-06-08 21:34:38 +02:00

7 lines
247 B
Bash
Executable File

#!/usr/bin/env bash
#Get updated source code
git fetch;git pull origin;git submodule update --remote --recursive
#Update cathook
cd build; cmake ..; make; cd ..; cd ..
printf "\n\n";printf '\e[1;34m%-6s\e' "Cathook update complete!";printf "\n\n"