Skip to content

Instantly share code, notes, and snippets.

@mvgrimes
Created October 13, 2009 13:25
Show Gist options
  • Save mvgrimes/209236 to your computer and use it in GitHub Desktop.
Save mvgrimes/209236 to your computer and use it in GitHub Desktop.
#!/bin/bash
case "$1" in
install|uninstall|upgrade|activate )
echo "`date` $@" >> ~/.macports.log
;;
*)
esac
/opt/local/bin/port $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment