Skip to content
Snippets Groups Projects
Commit 6f90c0c7 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridan priklad volani skriptu

parent 1de255f6
Branches
Tags
No related merge requests found
......@@ -6,6 +6,8 @@
if [[ -z $1 || ! -d $1 ]]; then
echo "Usage: ${0##*/} <directory>"
echo
echo "Example: ${0##*/} ../src/warden-server/"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment