#!/usr/bin/env sh path_input=$1 path_output=$2 cp ${path_input} ${path_output} chmod +x ${path_output}