# Defined in - @ line 1
function wgup --description 'alias wgup sudo wg-quick up laptop-x201'
	sudo wg-quick up laptop-x201 $argv;
end