serverline-sim/vsh/install.vsh

20 lines
555 B
V Shell
Raw Normal View History

2021-12-12 22:43:24 -05:00
reset
2021-12-12 10:53:26 -05:00
create systemd
create sshd
2021-12-12 17:09:52 -05:00
invoke systemd add sshd invoke sshd start
2021-12-22 18:08:14 -05:00
create n-arm-bandit/bandit SLOT1
create n-arm-bandit/bandit SLOT2
create n-arm-bandit/bandit SLOT3
create n-arm-bandit/bandit SLOT4
create n-arm-bandit/bandit SLOT5
create n-arm-bandit/agent/exploreOnly explorer
invoke explorer addBandit SLOT1
invoke explorer addBandit SLOT2
invoke explorer addBandit SLOT3
invoke explorer addBandit SLOT4
invoke explorer addBandit SLOT5
invoke systemd add explorer invoke explorer run 100
2021-12-12 17:09:52 -05:00
set handoff invoke systemd boot
2021-12-22 18:08:14 -05:00
set devMode true
2021-12-12 20:51:58 -05:00
ls
2021-12-12 17:09:52 -05:00
save