Files
marco.locatelli@steamware.net e4ff177145 Stabilizzazione setup e letture v1.8.6
2023-07-11 12:36:38 +02:00

10 lines
124 B
Bash

#!/bin/bash
if [ -a /dev/sd[a-z]1 ]
then
/bin/mount /dev/sd[a-z]1 /mnt/USB
else
/bin/mount /dev/sd[a-z] /mnt/USB
fi