Commit 0d733b4c authored by Tom Niget's avatar Tom Niget

Add demo clean script

parent b5802865
#!/usr/bin/env bash
for b in $(sudo ip l | grep -Po 'NETNS\w\w[\d\-a-f]+'); do sudo ip l del $b; done
pkill screen
killall python
killall python3
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment