Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created August 3, 2018 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/2577d73d53c41b34d8dd7bcdb690e4a0 to your computer and use it in GitHub Desktop.
Save rolfbjarne/2577d73d53c41b34d8dd7bcdb690e4a0 to your computer and use it in GitHub Desktop.
#!/bin/bash -e
pushd `dirname $0` > /dev/null
SCRIPTPATH=`pwd -P`
popd > /dev/null
echo "Sleeping..."
sleep 20
echo "Done sleeping!"
exec $SCRIPTPATH/../lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment