Skip to content

Instantly share code, notes, and snippets.

@lnunno
Created September 21, 2014 16:19
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 lnunno/dd7d8db6f13b40b59bde to your computer and use it in GitHub Desktop.
Save lnunno/dd7d8db6f13b40b59bde to your computer and use it in GitHub Desktop.
export MFM_DEV="/home/lnunno/ral/MFMv2"
export MFM_DEV_BIN="$MFM_DEV/bin"
alias mfmsdev='$MFM_DEV_BIN/mfms'
alias mfmsdev_make='cd $MFM_DEV && make; cd -'
alias mfmsdev_makedoc='cd $MFM_DEV && make doc, cd -'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment