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
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | source testlib || exit 1 |
---|
| 4 | |
---|
| 5 | FILE=$1 |
---|
| 6 | |
---|
| 7 | if ! [ "$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 |
---|
| 11 | fi |
---|
| 12 | |
---|
| 13 | Xrecord || exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.