4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
echo "$variable_set_in_setup"
|
||
|
[ "$variable_set_in_setup" = '' ]
|