mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
6 lines
115 B
Text
Executable file
6 lines
115 B
Text
Executable file
echo "echo test1; ./test2.sh" >test1.sh
|
|
echo "echo test2" >test2.sh
|
|
|
|
command . ./test1.sh
|
|
|
|
rm -f test1.sh test2.sh
|