adds no input warning
@ -146,6 +146,13 @@ then
confirm="--noconfirm"
fi
if [[ -z "$@" ]]
then
echo "No input given!"
exit 1
for x in $@
do
command cd "$DOWNLOAD_DIR"
The note is not visible to the blocked user.