mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-03 03:26:40 +00:00
15 lines
178 B
Bash
15 lines
178 B
Bash
#!/bin/bash
|
||
|
||
export IOURC=/images/iourc.txt
|
||
|
||
dd if=/dev/zero bs=4 count=1 of=/etc/hostid
|
||
|
||
cd /data
|
||
python3 /netmap.py
|
||
|
||
/bin/iouyap 513 &
|
||
|
||
|
||
/images/iou.bin 1 || /bin/bash -i
|
||
|