source:
flacrip/trunk/umountsort
@
48
Last change on this file since 48 was 39, checked in by peter, 10 years ago | |
---|---|
|
|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[39] | 1 | #!/bin/bash |
2 | ||
3 | MOUNT_POINT=$1 | |
4 | DEVICE=$(mount | grep "$MOUNT_POINT"| cut -d' ' -f1) | |
5 | ||
6 | umount "$DEVICE" | |
7 | fatsort "$DEVICE" |
Note: See TracBrowser
for help on using the repository browser.