commit 5557994e8882a71ad071293794e73baff578a809 from: Omar Polo date: Sun Nov 21 16:05:10 2021 UTC typos commit - 236c6984c26f38105284a3ef8457b76e6ba05eaa commit + 5557994e8882a71ad071293794e73baff578a809 blob - 80d8380d84b869868eedd0222fddbf1ae9833d69 blob + 5a5c2d29399cd68f6c9b4341d7dfef3888db6638 --- README.md +++ README.md @@ -3,8 +3,8 @@ lstun is a simple utility to lazily (on demand) spawn a ssh tunnel to a remote machine and kill it after some time of inactivity. -Given its narrow scope, it's probably not useful to anybody but me, so -I haven't invested much time in making it easily portable. Said that, +Given its narrow scope, it's probably not useful to anybody but me so +I haven't invested much time in making it easily portable. That said, it shouldn't be hard to compile it in non-OpenBSD systems: you have just to compile it by hand and (probably) provide an implementation for strtonum(3) and getprogname(3).