randytarampi/me

View on GitHub
bin/install.sh

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

set -e;

REPO_ROOT=${TRAVIS_BUILD_DIR:=$(pwd)}

cd "${REPO_ROOT}";

"${REPO_ROOT}/bin/hoist-jsonresume-theme.sh";