Dune is a shell designed for powerful scripting. Think of it as an unholy combination of bash and Lisp. You can do all the normal shell operations like piping, file redirection, and running programs. But, you also have access to a standard library and functional programming abstractions for various programming and sysadmin tasks!
Dune is a shell designed for powerful scripting. Think of it as an unholy combination of bash and Lisp. You can do all the normal shell operations like piping, file redirection, and running programs. But, you also have access to a standard library and functional programming abstractions for various programming and sysadmin tasks!
To install dune, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dune
To see what files were installed by dune, run:
port contents dune
To later upgrade dune, run:
sudo port selfupdate && sudo port upgrade dune
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.