relaxin101
relaxin101
Hello, my ssh file looks something like this: ``` ForwardAgent yes IdentityFile /path/to/key Include ~/.ssh/configs/* ``` My question is if it's possible to use this Include to load all of...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...
Hello, I'm trying to write some scripts where I wanted to try using logica because the whole `WITH AS` syntax of plain sql got a bit heavy While looking through...