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