This website works better with JavaScript.
Home
Explore
Help
Sign In
zapashcanon
/
still-dep
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
29 KiB
OCaml
89%
Shell
11%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
still-dep
/
scripts
/
build.sh
7 lines
88 B
Raw
Permalink
Blame
History
#!/bin/sh
set
-eu
(
cd
"
$(
dirname
"
$0
"
)
/../
"
eval
"
$(
opam env
)
"
dune build @all
)
Reference in new issue