Skip to content

Commit 83d4072

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

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+
#!/bin/sh
2+
3+
set -e
4+
5+
[ -e dist/solc.js ] || npm run build
6+
exec dist/solc.js "$@" < /dev/stdin

0 commit comments

Comments
 (0)