1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-05 23:17:34 +00:00
kata-containers/tools
stevenhorsman dbba6b056b shellcheck: Fix shellcheck SC2148
> Tips depend on target shell and yours is unknown. Add a shebang.

Add
```
#!/usr/bin/env bash
```

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
2025-03-04 09:35:46 +00:00
..
osbuilder shellcheck: Fix shellcheck SC2148 2025-03-04 09:35:46 +00:00
packaging shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00:00
testing shellcheck: Fix shellcheck SC2068 2025-03-04 09:35:46 +00:00
containerd-shim-katadbg-v2 debugging: adding a script and instructions for debugging the GO shim 2024-05-14 11:12:31 +02:00