7 lines
99 B
Bash
7 lines
99 B
Bash
|
#!/bin/bash -
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
# XXX How to test?
|
||
|
# At the moment this is just an installation test.
|