-
## Summary
Essentially what the title says: I would love if it would be possible to run (`exec(3)`) a command from the context of `keepassxc-cli`, with the latter filling the requested environment …
-
The shebang line claims that the script can be executed with `/bin/sh`, which is usually a POSIX compliant shell. But the script uses features that are bash features and not covered by POSIX. Most pro…
josch updated
4 years ago
-
Can we wean ourselves off shell scripts?
Failing that, can we at least make the shell scripts POSIX-compliant? (Currently, they work on @petermr's PC, but @jkbcm noted that they do not work on some…
ghost updated
3 years ago
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
If you log into a …
-
Is the quiz next week only only involve problems on the POSIX Shell I Practice Problems or from both practice handouts? Thanks!
-
It’s wrong to assume that `bash` is installed in `/bin` or even installed at all – `/bin/bash` in shebang is not well portable. Using `bash` for every shell script is a bad practice that even caused s…
-
Add function to signal processes in a job, and add an Emacs command to disconnect from `repl-connect`, like `C-z` in POSIX shell.
-
It would be nice if we could set a wrapper command. This would be useful for #68 (they could make the wrapper command be `env GDK_SCALE=2 GDK_DPI_SCALE=0.5`), as well as for using tools like https://g…
-
A simple cli reference implementation using something linke posix shell
-
```
Use any of the `Transport` classes when the default shell is set to
come C-shell variant and the locale is a non-English one, may result
in:
* non-English messages being printed by the remote com…