5 lines
127 B
Python
5 lines
127 B
Python
mount_points = (
|
|
# ('/mnt/external', 'mount /mnt/external')
|
|
# ('/mnt/network_drive', 'cd /mnt; mount network_drive')
|
|
)
|