9 lines
111 B
Bash
Executable file
9 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Testing -h"
|
|
./t-eoCheckpointing -h
|
|
|
|
echo "Finished"
|
|
|
|
#TODO test if an error occured
|
|
echo "Ok"
|