https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7 8 9
module dev { export def main [ --port (-p) = 8080: int # Port ] { print $"Listening on http://localhost:($port)" ^ssh -N -T -R $"3389:localhost:($port)" dragonwell } } use dev *