aboutsummaryrefslogtreecommitdiff
path: root/example/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'example/run.sh')
-rwxr-xr-xexample/run.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/example/run.sh b/example/run.sh
new file mode 100755
index 0000000..f1ed5d4
--- /dev/null
+++ b/example/run.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env sh
+
+set -e
+set -x
+
+USERNAME="${1:-utoni}"
+MYPATH="$(dirname ${0})"
+cd "${MYPATH}"
+make -C ..
+../github-avatar-ukrainify "${USERNAME}"