4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
|
|
GLOBIGNORE="run-tests.sh:BASHISM"
|
|
echo *.sh | grep -q run-tests.sh || echo meh
|