This commit is contained in:
Oliver
2025-08-16 14:53:15 +02:00
parent c18187f407
commit cb41e1e49f
4 changed files with 19 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ "$#" -ne 3 ]; then
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <localfile> <remotefile>"
exit 1
fi