i write a following shell script to mount attached usb drives. when i run it it runs only su - command. it ask for type password. but didn't run the other commands.what can i do to run other commands? please help me
su-
mkdir /mnt/Usb
mount -t vfat /dev/sdb1 /mnt/Usb