add gohookr.sh script

This commit is contained in:
Akbar Rahman 2022-01-13 20:36:23 +00:00
parent 53534fe747
commit 3b5a172ea8
Signed by: alvierahman90
GPG Key ID: 20609519444A1269
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@ all: countries.js
countries/countries.json: .SUBMODULES countries/countries.json: .SUBMODULES
countries.js: countries/countries.json countries.js: countries/countries.json .PHONY
python3 scripts/generate_countries_list.py countries/countries.json > countries.js python3 scripts/generate_countries_list.py countries/countries.json > countries.js
clean: clean:
@ -13,3 +13,4 @@ clean:
git submodule init git submodule init
git submodule update git submodule update
.PHONY:

4
gohookr.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd `dirname $0`
git pull
make