mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue