mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 12:57:54 +00:00
15 lines
177 B
Bash
15 lines
177 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
|
|
|