rbfilter/Count_lines

6 wiersze
55 B
Plaintext

2022-08-12 12:32:15 +00:00
#! /bin/bash
echo "Count lines:"
wc -l *.cpp *.h
read