8f0a81f559
This should make things run more nicely on systems like FreeBSD, where bash isn't installed in /bin.
7 lines
110 B
Bash
Executable File
7 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# vim: set ft=sh sw=4 sts=4 et :
|
|
|
|
touch is_file_with_extension_TEST_file.goat || exit 2
|
|
|
|
|