home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / lib / partman / visual.d / 15size < prev    next >
Encoding:
Text File  |  2009-04-19  |  151 b   |  16 lines

  1. #!/bin/sh
  2.  
  3. . /lib/partman/lib/base.sh
  4.  
  5. cd $1
  6.  
  7. num=$2
  8. id=$3
  9. size=$4
  10. type=$5
  11. fs=$6
  12. path=$7
  13. name=$8
  14.  
  15. printf "\${!ALIGN=RIGHT}%s" "$(longint2human $size)"
  16.