dotfiles/fish/functions/nonet.fish
2021-05-02 15:13:32 +02:00

4 lines
60 B
Fish

function nonet
sudo unshare -n -- sudo -u $USER $argv
end