mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Change wscript vbox copy
This commit is contained in:
2
wscript
2
wscript
@@ -292,7 +292,7 @@ def vbox(ctx):
|
|||||||
from subprocess import call
|
from subprocess import call
|
||||||
|
|
||||||
dest = os.getenv("VBOX_DEST")
|
dest = os.getenv("VBOX_DEST")
|
||||||
copy("{}/popcorn.img".format(out), "{}/popcorn.img".format(dest))
|
copy("{}/src/kernel/popcorn.elf".format(out), dest)
|
||||||
call("nc -l -p 5555", shell=True)
|
call("nc -l -p 5555", shell=True)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user