diff --git a/input.txt b/input.txt index e69de29..4cf5aa5 100644 --- a/input.txt +++ b/input.txt @@ -0,0 +1 @@ +hallo diff --git a/script.sh b/script.sh index 61ff4df..fc1c2cb 100644 --- a/script.sh +++ b/script.sh @@ -1 +1 @@ -wc-l $1 > $2 +wc -l $1 > $2