8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
|
|
|
${CHECKER} test-getcwd
|
|
|
|
Exit $?
|