5 lines
38 B
Bash
5 lines
38 B
Bash
|
#!/bin/sh
|
||
|
wc -l $1 > statystyki.txt
|
||
|
|
||
|
|