mirror of
https://github.com/sheumann/hush.git
synced 2025-02-06 13:30:24 +00:00
Also, move [[ ]] comment to test.c and expand it Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
94 B
Plaintext
Executable File
6 lines
94 B
Plaintext
Executable File
echo "echo Sourced ok" >../sourced.sh
|
|
PATH="..:$PATH"
|
|
. sourced.sh
|
|
rm ../sourced.sh
|
|
echo Done
|