Skip to content

Commit edb875e

Browse files
committed
.
1 parent a076a0f commit edb875e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

outline.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
egrep ' *((def)|(class)|(module)|(attr_[a-z]*))\>' lib/vpim/**/*.rb | perl -ne'm/lib\/vpim\/(.*\.rb):(.*)/; print sprintf("%-25s %s\n", $1, $2);'
1+
#!/bin/zsh
2+
3+
egrep '^ *((def)|(class)|(module)|(include)|(attr_[a-z]*))\>' lib/vpim/**/*.rb | perl -ne'm/lib\/vpim\/(.*\.rb):(.*)/; print sprintf("%-25s %s\n", $1, $2);' | grep -v plist
24

0 commit comments

Comments
 (0)