]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
radhard: bugfixes
authorBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Fri, 11 Oct 2013 12:11:51 +0000 (14:11 +0200)
committerBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Fri, 11 Oct 2013 12:11:51 +0000 (14:11 +0200)
bot/Functions/GetSystem.au3 [new file with mode: 0755]

diff --git a/bot/Functions/GetSystem.au3 b/bot/Functions/GetSystem.au3
new file mode 100755 (executable)
index 0000000..d5ca010
--- /dev/null
@@ -0,0 +1,7 @@
+$computernameUSB = "JSPC12"
+$computernamePXI = "PXI"
+If @ComputerName == $computernamePXI Then
+       $system = "PXI"
+Else
+       $system = "USB"
+EndIf
\ No newline at end of file