7 lines
80 B
Bash
Executable file
7 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./scripts/bootstrap
|
|
|
|
opam pin add cheesebot .
|
|
opam install cheesebot
|