Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created May 19, 2016 15:52
Show Gist options
  • Save BinaryKitten/f1f6b37e5b88599089ba46edec581f44 to your computer and use it in GitHub Desktop.
Save BinaryKitten/f1f6b37e5b88599089ba46edec581f44 to your computer and use it in GitHub Desktop.
function homestead()
{
if [ -z "$1" ]
then
args="status"
else
args="$@"
fi
VAGRANT_CWD=/d/HTDOCS/Homestead/ vagrant $args
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment