summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/diskfree.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/diskfree.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/diskfree.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/opie-sh/scripts/diskfree.sh b/noncore/tools/opie-sh/scripts/diskfree.sh
index 78415e3..0f17f15 100755
--- a/noncore/tools/opie-sh/scripts/diskfree.sh
+++ b/noncore/tools/opie-sh/scripts/diskfree.sh
@@ -14,18 +14,18 @@
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details. 15# GNU General Public License for more details.
16# 16#
17# 20020524-5 - bugfix 17# 20020524-5 - bugfix
18# 20020524-1 - initial release 18# 20020524-1 - initial release
19 19
20OPIE_SH=/opt/QtPalmtop/bin/opie-sh 20OPIE_SH=$OPIEDIR/bin/opie-sh
21 21
22# there must be a better way to do this with sed, but i had no time 22# there must be a better way to do this with sed, but i had no time
23# time to look into this yet... 23# time to look into this yet...
24 24
25( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/fsmounter.png>" 25( echo "<img src=$OPIEDIR/pics/opie-sh-scripts/fsmounter.png>"
26 echo "<h3>diskfree</h3> how much space is left ?<br>" 26 echo "<h3>diskfree</h3> how much space is left ?<br>"
27 echo "<p><table>" 27 echo "<p><table>"
28 28
29 df -h \ 29 df -h \
30 | grep -v "Mounted on" \ 30 | grep -v "Mounted on" \
31 | sed 's/ / /g' \ 31 | sed 's/ / /g' \