6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Test that flex handles the grouped noop options -c and -n properly.
|
|
|
|
echo %% | $1 -cn -o /dev/null
|