mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
5 lines
50 B
Bash
Executable File
5 lines
50 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd `dirname $0`
|
|
git pull
|
|
make
|