#!/bin/bash set -xe if [ -f xuxuxu ]; then cp -f xuxuxu /usr/local/bin/xuxuxu else echo "Please run 'sh compile.sh' beforehand." fi exit