| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Beforehand it resolved a name conflict based on the base name alone:
```
USER: script
ALREADY_EXISTING_FILE: script
```
But the final script would then be named `script.sh`, thus, the check
must include the `.sh`.
|
|
|
|
|
| |
This command is only really useful, if you are not on NixOS. Thus, I
don't really see, why I should keep it.
|
| |
|
|
|
|
|
| |
This includes getting all shellscripts to pass shellcheck. To accomplish
this, some old scripts were removed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This step was done automatically by running:
```bash
nix run .#update_shell_lib
```
|
| |
|
| |
|
|
|