exp-dist-audiolog/scripts/m-m-mount.sh
2021-10-05 21:39:54 +09:00

12 lines
190 B
Bash

#!/bin/bash
# distribusi automounter!
# requires usbmount
if grep -qs '/media/usb' /proc/mounts; then
grep '/media/usb' | while read -r line;
do
figlet "$line"
done
fi