mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-03 11:07:32 +00:00
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/bash
|
|
# Description: The (SWI) Prolog programming language
|
|
set -e
|
|
|
|
_recipe brew
|
|
_brew swi-prolog
|
|
|