7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. t/lib.sh
|
|
|
|
check "" "tcpl: Hello, World!"
|
|
check "foo" "tcpl: Hello, foo!"
|