Files
2023-02-13 19:32:10 +07:00

2 lines
142 B
Bash

if [ ! -f "./package.json" ]; then echo "you should run this from project root"; exit 1; fi
docker run -it -v `pwd`:/var/local libarchive-llvm