update lines_counter.sh

This commit is contained in:
s416226 2020-04-03 13:14:22 +02:00
parent 7b95199b15
commit 6a81dcf1d5

3
lines_counter.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
wc -l $1 > output.txt