Leopold Schabel | 2983d72 | 2019-10-23 12:16:42 +0200 | [diff] [blame] | 1 | #!/bin/bash |
Leopold Schabel | 2a2081c | 2019-10-23 13:33:10 +0200 | [diff] [blame] | 2 | set -euo pipefail |
Leopold Schabel | 2983d72 | 2019-10-23 12:16:42 +0200 | [diff] [blame] | 3 | |
Leopold Schabel | 8b9c055 | 2019-11-15 14:07:45 +0100 | [diff] [blame^] | 4 | exec podman exec -it nexantic-dev bazel --output_user_root ${HOME}/.cache/bazel-nxt $@ |