Skip to content

Commit f6d18e7

Browse files
committed
Add a wrapper script to keep ./solcjs available until we can drop it in a breaking release
1 parent c5aae68 commit f6d18e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

solcjs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
[[ -e dist/solc.js ]] || npm run build
6+
exec dist/solc.js "$@" < /dev/stdin

0 commit comments

Comments
 (0)