Explorar el Código

A script for starting the Slitheen SOCKS proxy

Be sure to run this *after* ous_run
Ian Goldberg hace 7 años
padre
commit
d0ae8b67b9
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      socks_run

+ 6 - 0
socks_run

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+./mktestenvconfig || exit 1
+. testenv_config
+
+docker exec --privileged -it ous bash -c "cd slitheen_code/client && bash"