mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 18:21:53 +01:00
rcp: Allow only 3 args
This commit is contained in:
@@ -76,7 +76,7 @@ while [ "$#" -gt 0 ]; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$#" -lt 2 ] || [ "$#" -gt 3 ]; then
|
if [ "$#" -ne 3 ]; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user