7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# setup the master file
|
||
|
|
echo "HALLO=\"biet\"" > .tpkg.var.master
|
||
|
|
# the test will pick this up
|
||
|
|
tpkg exe test2.tpkg
|