6 строки
79 B
Plaintext
6 строки
79 B
Plaintext
|
#!/bin/sh
|
||
|
# Begin /usr/bin/lex
|
||
|
|
||
|
exec /usr/bin/flex -l "$@"
|
||
|
|
||
|
# End /usr/bin/lex
|