-
# SOP
See https://github.com/GSA-TTS/FAC/issues/3865 for prior data loading SOP and notes for this work.
# Steps
```[tasklist]
### Tasks
- [x] Load ~3K `singleauditchecklists` (and friends)…
-
**Describe the bug**
vcpkg-init.sh fail in `/bin/sh` with: `/bin/sh: 85: /tmp/vcpkg-init.sh: Syntax error: Bad function name`. It started recently, most probably after rename function to vcpkg-shell.…
-
How/why/when to convert bash scripts to Python scripts?
Key modules: `os`, `sys`, `logging`, `subprocess`, `json`, LDAP, XML, SNMP
-
There is no droplets directory with shell scripts?
-
Has anyone done a JavaScript implementation system calls are synchronous? I'd like to use JavaScript the way other people use shell scripts.
Here's an example of the kind of code I routinely wri…
-
### Description of the Issue
Add a feature that allows user to install or update plugins from a shell script. This would be helpful when reinstalling Windows, automating updates, or deploying Notepa…
-
**What would you like to be added**:
It would be great if the builder had completion, reading out the actual available features in the current image being built.
For example in GL it should be l…
-
## What Would You Like to See Added?
Introduce a new `containers` property to the workflow's resources.
## Why Is This Needed?
Currently, both `shell` and `script` processes are expected to r…
-
Hi @jelmerp, can you please take a look at my repo and let me know if there are any issues? Thank you!
Please note that the SLURM out only has echoes, I redirected my cutadapt output to write as its…
-
Hi!
I'm currently trying to automatically deploy my website using a post-commit hook.
Here is my script:
```
#!/bin/bash
set -x
terminal-notifier -message “Triggered” -title “post-commit”
cd /Users…