11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
#!/bin/execlineb -P
|
|
|
|
##########################
|
|
# Start qemu guest agent #
|
|
##########################
|
|
|
|
fdmove -c 2 1
|
|
s6-envdir env
|
|
importas -u CMD CMD
|
|
exec -c $CMD
|