-
Current installation shell scripts sometimes have trouble with execution rights. Cordova is able to execute JS files instead of shell scripts on installation time, though. They're less likely to have …
-
This means `eask analyze` does not play nicely in shell scripts.
Specifically, I want to do
```shell
eask analyze | grep "Warning"
```
Some commands will separate output and error per #123
`…
-
I think a better approach to installing user scripts/services in the controller would be to allow the users to create their service in a dedicated git repo and instead of copying the scripts/yang into…
-
Really interesting project.
Maybe it would be interesting to also compare this across OS's like Mac vs Linux vs Windows. Especially for win the shell script would need to have a runnable equal on w…
-
### Area for Improvement
[Shellcheck](https://github.com/koalaman/shellcheck) is a static analysis tool for bash scripts. It has a good VS Code extension, which is being incorporated into our dev con…
-
Dear Team,
We used the below actions with Differential ShellCheck, however it didn´t detect a vulnerable shell script that we had in the same repository.
```
name: ShellCheck
on:
push:
…
-
In revision "b7e3c78766c3b95198b7fbe5307e0fdad672b0cd" of isar, I was able to install the linux-kbuild-${KERNEL_NAME}-native package in the SDK's rootfs by adding the following configuration to local.…
-
## Problem
Scripts with bash command line interpreter can't be uploaded.
## What have you tried?
Tried to upload .sh file with #!/bin/bash as command line interpreter.
## Potential so…
-
Completion is broken when using curly braces in shell scripts. `export XDG_CONFIG_HOME="${HOME}/"` for example, offers completions from the root of the filesystem. If I remove the curly braces, it wor…
-
#### 1. Your usage scenarios?
I want to use vfox on setup scripts and on CI environments. But I've noticed I can't run it inside a shell script file (for example, a file named script.sh):
```
#…