5 lines
96 B
Python
5 lines
96 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
import os
|
||
|
|
os.system("docker compose run secure-bash /bin/bash")
|
||
|
|
exit(0)
|