rbfilter/Count_lines

6 wiersze
55 B
Bash

#! /bin/bash
echo "Count lines:"
wc -l *.cpp *.h
read