#!/mod/bin/jimsh source /mod/var/mongoose/lib/setup require system.class lassign [system diskspace] size used perc set file [format "%02d" [expr {$perc * 25 / 100 + 1}]] # The HD model only has the USB images which are blue. I prefer the green # one so use those if available. if {[file exists /opt/share/images/blue/345_2_14_ST_HDD_01.png]} { set prefix 345_2_14_ST_HDD } else { set prefix 345_1_27_ST_USB } puts "
Total space: $size
Used: $used ($perc%)
"