Skip to content

Commit

Permalink
Update codesize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdnomerch authored Feb 26, 2025
1 parent d335216 commit aa11e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codesize.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

#!/bin/sh
bytes=$(cat blk.fs arch/*/blk.fs | wc -c)
echo "$((bytes/1024)) KB"

0 comments on commit aa11e31

Please sign in to comment.