Skip to content
Snippets Groups Projects
Commit b494ae13 authored by nimrod's avatar nimrod
Browse files

- Fail dummy script if submodule isn't present.

parent 894e3cbe
Branches master
No related tags found
No related merge requests found
#!/bin/sh
set -eu
echo Dummy receiver script
[ -f submodule/receiver ] || exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment