#!/bin/sh
# Make a file executable
chmod u+x $1
echo $1 is now executable:
ls -l $1
