mas/script/bootstrap
2018-09-05 09:44:50 +10:00

10 lines
97 B
Bash
Executable file

#!/bin/bash -e
main() {
echo "==> 👢 Bootstrapping"
bundle install
script/sort
}
main