count.sh var fix

This commit is contained in:
s470618 2023-03-24 13:51:44 +01:00
parent b7bcbe828d
commit 78a960358a

View File

@ -1,2 +1,2 @@
count=$(wc -l $1) count=$(wc -l $1)
echo count > output_wc.txt echo $(count) > output_wc.txt