jobcomm/gns3-gui/gns3-jobo

9 lines
283 B
Bash
Executable File

#!/usr/bin/sh
# This is a small script to get the gns3server running before the gui
# so it will be functional, in lack of runit/66 scripts to do the same
mkdir -p /tmp/gns3log
gns3server --daemon --log /tmp/gns3log/server
gns3
truncate -s 64K /tmp/gns3log/server
killall gns3server