Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Context Navigation
Back to Docs/825gen2/Dev/DevVMTechnical
Docs/825gen2/Dev/DevVMTechnical
: umntappdir
File umntappdir,
170 bytes
(added by
Don Wilson
,
11 days ago
)
Line
1
#!/bin/sh
2
if
[
$#
-eq
0
]
;
then
3
echo
"Usage: umntappdir appname"
4
else
5
if
[
$#
-eq
1
]
;
then
6
echo
"Unmounting"
7
umount
/srv/nfs/arm825/mnt/nand/apps/
$1
8
fi
9
fi
Download in other formats:
Plain Text
Original Format