g: add asm to the list of extensions
This commit is contained in:
parent
735f014c33
commit
fc9f53d454
1 changed files with 1 additions and 1 deletions
2
bin/g
2
bin/g
|
|
@ -30,7 +30,7 @@ case $# in
|
|||
;;
|
||||
1)
|
||||
pattern="$1"
|
||||
files=`/bin/ls *.[bcChlmy] *.cc *.cs *.lx *.cgi *.pl *.py *.tex *.ms *.java *.xy 2>/dev/null |
|
||||
files=`/bin/ls *.[bcChlmy] *.asm *.cc *.cs *.lx *.cgi *.pl *.py *.tex *.ms *.java *.xy 2>/dev/null |
|
||||
9 grep -v '\.tab?\.[ch]$'`
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue