This commit is contained in:
Marc Beninca 2024-12-02 00:42:35 +01:00
parent 0dfe86a970
commit 45d93964e5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -16,7 +16,7 @@ rwx_shellcheck() {
--external-sources \ --external-sources \
--shell "dash" \ --shell "dash" \
"${file}" "${file}"
rm "${file}" rwx_remove "${file}"
} }
rwx_shellcheck_write() { rwx_shellcheck_write() {