aboutsummaryrefslogtreecommitdiffstats
path: root/runnable_agent
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2021-04-26 10:53:43 -0500
committerMatt Strapp <strap012@umn.edu>2021-04-26 15:03:12 -0500
commitd311af01feb32550aaae8638d4cc167948f5464c (patch)
tree3c0b8606a7a5267e3e890a63b8565c5c27f10438 /runnable_agent
parentactually add files (diff)
downloadcsci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar.gz
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar.bz2
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar.lz
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar.xz
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.tar.zst
csci4511w-d311af01feb32550aaae8638d4cc167948f5464c.zip
Rebase newer branch
Diffstat (limited to 'runnable_agent')
-rw-r--r--runnable_agent/Agent.jarbin0 -> 531380 bytes
-rw-r--r--runnable_agent/dotsandboxesagent3
-rw-r--r--runnable_agent/final_annbin0 -> 2712 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/runnable_agent/Agent.jar b/runnable_agent/Agent.jar
new file mode 100644
index 0000000..6b969cc
--- /dev/null
+++ b/runnable_agent/Agent.jar
Binary files differ
diff --git a/runnable_agent/dotsandboxesagent b/runnable_agent/dotsandboxesagent
new file mode 100644
index 0000000..3788e28
--- /dev/null
+++ b/runnable_agent/dotsandboxesagent
@@ -0,0 +1,3 @@
+#!/bin/bash
+cd "$(dirname "$0")"
+java -jar Agent.jar -p $@ \ No newline at end of file
diff --git a/runnable_agent/final_ann b/runnable_agent/final_ann
new file mode 100644
index 0000000..7be12c1
--- /dev/null
+++ b/runnable_agent/final_ann
Binary files differ