diff options
Diffstat (limited to 'sci-misc/netlogo-bin/files/hubnet.sh')
-rw-r--r-- | sci-misc/netlogo-bin/files/hubnet.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sci-misc/netlogo-bin/files/hubnet.sh b/sci-misc/netlogo-bin/files/hubnet.sh deleted file mode 100644 index 65b833e50aa9..000000000000 --- a/sci-misc/netlogo-bin/files/hubnet.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin" -cd ${NETLOGO_INSTALL_PATH} -java -classpath $(java-config -p netlogo-bin) org.nlogo.hubnet.client.App |