source:
flacrip/trunk/umountsort
@
44
Last change on this file since 44 was 39, checked in by peter, 10 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
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.