-
where can i find the script bash_script.sh?
-
Can you give a description\guide on how to make the bash path colored as it was in your example?
-
### Discussed in https://github.com/danielmiessler/fabric/discussions/1032
Originally posted by **lexilexikon** October 7, 2024
I've installed fabric and tried to use the Raycast script comma…
-
### Problem Statement
- We need to support all distros
- Bash script likely the most straightforward
### Feature Idea
Considerations:
- Bundles individual libraries / can use old versions of depen…
-
```
#!watchflakes
default
-
```bash
osh-0.23.0# bash -c 'echo $SHLVL'
2
osh-0.23.0# osh -c 'echo $SHLVL'
1
```
-
## 에러메세지
```bash
191.8 /install.sh: line 12: syntax error near unexpected token `&&'
------
Dockerfile:6
--------------------
4 |
5 | COPY install.sh /
6 | >>> RUN bash /install.s…
-
Hello!
I just came across this and I'm excited to try it out! However, one of the thinks that would be really useful is bash autocompletion for the various menu items.
Thanks!
-
I was messing around with devcontainers lately and I realized that there was no bash completion for the `docker` command inside a devcontainer with the `docker-in-docker` feature enabled like this:
`…
-
Hi, I noticed that in the demo's tool collection (which includes BashTool and EditTool), the `bash.py` file contains the following code:
```
command: str = "/bin/bash"
[...]
self._process = …