-
1. 虚拟机:VirtualBox
2. 系统:Linux Ubuntu22 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
3. python版本:Python 2.7.18
4. gcc版本:
```
roo…
-
Have you thought about adding tab completion here, so `./do.sh foo` would give you a list of functions that begin with "foo"?
Basically add some conventions so it behaves similar to `awscli`?
-
Hi
I used to build https://github.com/ARM-software/ComputeLibrary with the toolchain `LLVM-16.0.6-woa64.exe` and VS22.
Now the latest version of VS22 requires Clang 17 or later. When I try to bu…
-
Though checkbashisms does not report this, I believe `source` is a bashism; POSIX sh (and even modern descendants like ash/dash) only recognizes the dot (`.`) command.
In the future, could shlint rep…
-
Hi there,
I had the following error:
./ASUSddns.sh: 28: local: ns1.asuscomm.com: bad variable name
after googling a bit I found this:
"local" is a bash-specific feature which is not defined in t…
-
Hi, I (quite accidentally) noticed that the `imagen` program is using predictable paths under `/tmp`:
```sh
COM=/tmp/imagen-com.$$
TMPPNG=/tmp/imagen-tmp-png.$$
```
In particular, `$COM` is u…
-
Hi, when I start a container, api is not start and give me a error:
```LOG
2024-09-11 21:43:23 wait-for-it.sh: waiting 2 seconds for postgres:5433
2024-09-11 21:43:25 wait-for-it.sh: timeout occurr…
-
Hi!
I am writing a Rust program that installs a POSIX shell script. In order to configure the shebang line properly, I would like to follow the spec and resolve the absolute `sh` path.
https://pub…
-
(Argus) Error FileOperationFailed: Connecting to nvargus-daemon failed: No such file or directory (in src/rpc/socket/client/SocketClientDispatch.cpp, function openSocketConnection(), line 204)
(Argus…
-
https://github.com/maltzj/google-style-precommit-hook/blob/95c2f5632710e095220e22cc1a4e1a1451abf75f/format-code.sh#L11
$(command) is a bash or other new shell issue. On many systems sh is a posix …