From 5c92672cb8b9758782d725a0dff134846e977455 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Thu, 22 Mar 2018 14:06:54 +0000
Subject: [PATCH] ida-pro remote server updates

Former-commit-id: 5c029dafb576dfdb5889246959f04fd09702c1c7
---
 set_ida_server | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/set_ida_server b/set_ida_server
index 3a7404763..d96121c4e 100644
--- a/set_ida_server
+++ b/set_ida_server
@@ -1,6 +1,12 @@
 
 
+# put in the name of your remote host here.
 export IDA_PRO_SERVER_HOST=helix64.cs.virginia.edu
+
+# put in the name of your remote dir here
+# Assuming you are using helix64, you can re-use the jdh8d dir.
+export IDA_PRO_REMOTE_DIR=/home/jdh8d/umbrellas/stars_remote_umbrella
+
 #IDA_PRO_SERVER_USER=<user>
 #IDA_PRO_SERVER_PORT=22
 
-- 
GitLab