blob: 336b746ecf22d23402ee0951acd8db3f8cdc7bd4 [file] [log] [blame]
Pau Espin Pedrolfd4c1442018-10-25 17:37:23 +02001#!/bin/bash
2netns="$1"
3shift
4#TODO: Later on I may want to call myself with specific ENV and calling sudo in order to run inside the netns but with dropped privileges
5ip netns exec $netns "$@"