Files
mini_projects/remount_checker/mount_points.py
Arthur Roberts 84e37dfd4e Add remount checker
I should add instructions on how to call it too
2024-11-05 23:15:23 +00:00

6 lines
157 B
Python

mount_points = (
('/mnt/btn', '/usr/bin/mount /mnt/btn'),
('/mnt/ptp', '/usr/bin/mount /mnt/ptp'),
('/mnt/music', '/usr/bin/mount /mnt/music')
)