update lines_counter.sh

This commit is contained in:
s416226 2020-04-03 13:16:49 +02:00
parent a6db7409b2
commit a82f7d459d

3
lines_counter.sh Normal file
View File

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