Skip to content

Instantly share code, notes, and snippets.

@antranigv
Created June 25, 2017 17:57
Show Gist options
  • Save antranigv/fa7db60ff3671ec55c9077046182d111 to your computer and use it in GitHub Desktop.
Save antranigv/fa7db60ff3671ec55c9077046182d111 to your computer and use it in GitHub Desktop.
config ports in FreeBSD. v0.001
#!/bin/sh
if [ "$2" = "show" ]; then
make -C /usr/ports/$1 showconfig ;
exit
fi
make -C /usr/ports/$1 config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment