From 74ea6dc86646cee9915292d73d8c7afef01ef3e0 Mon Sep 17 00:00:00 2001 From: Sopár Adrián Date: Thu, 20 Jun 2024 09:28:14 +0200 Subject: First commit. This is mostly the state of the project as I left it around the end of 2019. --- count.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 count.sh (limited to 'count.sh') diff --git a/count.sh b/count.sh new file mode 100755 index 0000000..96700ff --- /dev/null +++ b/count.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find src -name '*.c' | xargs wc -l -- cgit v1.2.3