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