Mainly bash refact

This commit is contained in:
2026-07-06 20:37:06 +02:00
parent 478053d6be
commit 2325bc8971
36 changed files with 284 additions and 2712 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/oncd" ]] && source "/dev/shm/bash/$BASHPID/oncd"
if [[ -f "/dev/shm/bash/$BASHPID/oncd" ]]; then
source "/dev/shm/bash/$BASHPID/oncd"
fi