gns3-registry/docker/iou/boot.sh
2016-04-07 10:21:15 +02:00

15 lines
178 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/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