Created
January 20, 2020 11:32
-
-
Save weissi/5f7825fd508e95c5020b084a03e2a440 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm --cap-add=SYS_PTRACE --security-opt seccomp=unconfined swift:5.1 bash -c 'echo "print(1)" > /tmp/test.swift && cd /tmp && swiftc test.swift && lldb --batch -o "break set -n main" -o run -o cont ./test' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment