rework bash scripts to be completely, or mostly POSIX-compliant

This commit is contained in:
2025-11-18 17:14:30 +01:00
parent cc07925346
commit a0b972d106
3 changed files with 20 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# ~/.bash_logout
# sourced when an interactive login shell exits, or a non-interactive login shell executes `exit`