add dotdrop warnings

This commit is contained in:
Philip Henning 2018-12-28 13:20:31 +01:00
parent a81a1312f6
commit 4b05a9acb5
6 changed files with 24 additions and 0 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/env bash
#
# {{@@ env['dotdrop_warning'] @@}}
#
if [[ -z "$1" ]]; then
echo "Filepath missing."
exit 1