4 lines
36 B
Bash
4 lines
36 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
wc -l > num_of_lines.txt
|