-
What do you think about having files with native shell scripts like [gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html) have? Somthing like this:
```bash
#!/usr/bin/e…
-
Currently the ruby scripts for Put does not support setting of Operation Attributes through shell. It may be useful in some cases and also for testing. And that would give a full fledged support using…
-
Right now a lot of the behavior is not tested, but as things get more complex we need to ensure that we didn't break anything. So we need thorough tests.
-
Both doesn't work for me.
For `parse-fish.nu` the error is following:
```nu
> source parse-fish.nu
Error: nu::shell::variable_not_found
× Variable not found
╭─[/home/mock/Downloads/n…
-
I suspect that what is currently done in install.sh could be transferred to scripts that is executed by `postCreateCommand` etc.
-
**Describe the bug**
If a default shell other than bash is installed on the server, the installation fails.
**To Reproduce**
Steps to reproduce the behavior:
On vps server:
```
apt install fis…
-
It is just a minor style thing, but for me it would be really nice, if the shell prompt for the active virtual env would be colored like in the CPython venv case:
Currently it does not contain color…
-
I have been using `browsercookie` in a custom script to fetch API values (for months), but it seems the latest version of Chrome changed something and `bc` is not able to extract cookies anymore.
C…
-
### op CLI version
2.10.0
### Goal or desired behavior
I have a shell script that runs `doctl`, something like:
```bash
#!/usr/bin/env bash
doctl account get
```
### Current behavior
It c…
-
This episode could use more of an emphasis on why we are teaching and could introduce best practices at the end...
1. Why might we want to reuse commands? This is not at the beginning of the episod…