s/communal/common/
This commit is contained in:
parent
e58e8d9444
commit
f7d9e84bc5
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Communal variables are elusive, they don't show up in size output!
|
||||
# This script will show all communals in *.o, sorted by size
|
||||
# Common variables are elusive, they don't show up in size output!
|
||||
# This script will show all commons in *.o, sorted by size
|
||||
|
||||
find -name '*.o' \
|
||||
| while read name; do
|
||||
|
Loading…
Reference in New Issue
Block a user