compile.sh 110 B

1234567
  1. #!/usr/bin/env sh
  2. if [ "$SOLC_NIGHTLY" = true ]; then
  3. docker pull ethereum/solc:nightly
  4. fi
  5. npx oz compile