summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/diskfree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/diskfree.sh b/noncore/tools/opie-sh/scripts/diskfree.sh
index 6fcd709..78415e3 100755
--- a/noncore/tools/opie-sh/scripts/diskfree.sh
+++ b/noncore/tools/opie-sh/scripts/diskfree.sh
@@ -23,13 +23,13 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh
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=/opt/QtPalmtop/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 -Ph \ 29 df -h \
30 | grep -v "Mounted on" \ 30 | grep -v "Mounted on" \
31 | sed 's/ / /g' \ 31 | sed 's/ / /g' \
32 | sed 's/ / /g' \ 32 | sed 's/ / /g' \
33 | sed 's/ / /g' \ 33 | sed 's/ / /g' \
34 | sed 's/ / /g' \ 34 | sed 's/ / /g' \
35 | sed 's/ / /g' \ 35 | sed 's/ / /g' \