Skip to content
Permalink
Tree: 4bb1935dfc
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
executable file 4 lines (3 sloc) 95 Bytes
#!/bin/bash
USR=$(whoami)
sudo ip netns exec ns1 sudo -u $USR bash -c 'firefox &> /dev/null &'
You can’t perform that action at this time.