Commit for generation 121

This commit is contained in:
2024-09-27 18:29:16 -04:00
parent 381682a281
commit 4cb91457aa

View File

@@ -77,7 +77,7 @@ preexec() {
fi
cmd_count="$(cat /tmp/cmdcounter_$(whoami))"
cmd_count=$((cmd_count + 1))
echo "$cmd_count" > /tmp/cmdcounter_$(whoami))"
echo "$cmd_count" > /tmp/cmdcounter_$(whoami)"
}
snd_restart() {