pkg

Command Execution

Generate the FreeBSD package with [fpm](https://github.com/jordansissel/fpm) and upload it to the target. ``` echo /path/to/command >x.sh fpm -n x -s dir -t freebsd -a all --before-install x.sh . ```

pkg install -y --no-repo-update ./x-1.0.txz