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