diff options
| author | 2024-10-19 12:05:15 -0400 | |
|---|---|---|
| committer | 2024-10-19 12:13:26 -0400 | |
| commit | 42e8c4d28b6fe9cc5e041f02e0c85b390d49a218 (patch) | |
| tree | 59080eec3dd79d225bb31fb0f7e646cc22880d39 /scripts | |
| parent | 2bb807dd32e1c18a6f1e8f22c25141de3334de9f (diff) | |
| download | mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.tar.gz mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.tar.bz2 mauri-42e8c4d28b6fe9cc5e041f02e0c85b390d49a218.zip | |
Attempt to make usable and packageable
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/line_count.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 1598b1a..8de6ef8 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -find ./src ./taro/src -type f | xargs wc -l +find ./src ./taro/src -type f -exec wc -l {} + |