mount ISO images

* mount -t loop <file.iso>

%CODE{"sh" num="10"}% #!/bin/sh languages=`enscript --help-highlight | grep 'Name:' | cut -d ' ' -f 2` for l in $languages; do cat << EOF
  • $l
EOF done %ENDCODE%

-- ZeJiLi - 24 Oct 2008
Topic revision: r2 - 02 Sep 2010, ZeJiLi
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback