Created
August 5, 2018 17:26
-
-
Save retpolanne/1d330c8cfe3c1242cf1bdfff6dfc1cac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
docker start gdb-docker | |
docker exec --privileged -it gdb-docker /usr/bin/gdb $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment