ソースを参照

A script for starting the Slitheen SOCKS proxy

Be sure to run this *after* ous_run
Ian Goldberg 7 年 前
コミット
d0ae8b67b9
1 ファイル変更6 行追加0 行削除
  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"