Files
2026-05-11 09:15:08 +02:00

5 lines
86 B
Bash

#!/usr/bin/env bash
CHECK_DIR="/dev/shm"
findmnt -kn "$CHECK_DIR" &>/dev/null
exit $?