7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "$(dirname $0)/utils.sh"
|
|
|
|
if not_installed "elm"; then
|
|
npm install -g elm
|
|
fi
|