source: tests/Xrecord @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 231 bytes
Line 
1#!/bin/bash
2
3source testlib || exit 1
4
5FILE=$1
6
7if ! [ "$FILE" ]; then
8        echo "Geef .xns file om naar op te nemen!"
9        echo "Het IP word uit de testconfiguratie gehaalt. De installer moet aan staan in X"
10        exit 1
11fi
12
13Xrecord || exit 1
Note: See TracBrowser for help on using the repository browser.