mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +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
|
|
|