diff options
| author | 2024-10-08 13:29:19 -0400 | |
|---|---|---|
| committer | 2024-10-08 13:35:00 -0400 | |
| commit | 4d81d3b52952edb7a0cc329b4d0b302599b6c4c7 (patch) | |
| tree | ba2e6b103e9c1a2c4b9679565b91322eabf8126e /scripts | |
| parent | 0bf9b26b87075448d49482fe4411739af765d872 (diff) | |
| download | mauri-4d81d3b52952edb7a0cc329b4d0b302599b6c4c7.tar.gz mauri-4d81d3b52952edb7a0cc329b4d0b302599b6c4c7.tar.bz2 mauri-4d81d3b52952edb7a0cc329b4d0b302599b6c4c7.zip | |
Axe wine stuff, add config.json, cleanup
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 2ecb7f5..1598b1a 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,2 @@ #! /usr/bin/env sh -find ./src -type f | xargs wc -l +find ./src ./taro/src -type f | xargs wc -l |