ElCaimanDelPiave ha scritto:...da 73000 a 9000 direi che c'è un rapporto di circa 9 a 1...


a mia discolpa:
" platteVollSL () {
`arch -i386 osascript <<EOF
on run
tell application "AppleScript Runner"
display dialog "Deine Festplatte hat nicht genügend freien Speicherplatz." & ¬
" Deine Mailbox hat eine Größe von " & $mailSpaceSL & ¬
" MB und es werden mindenstens " & $neededSpaceSL & " MB benötigt, um den Export durchzuführen." buttons {"Beenden"} default button 1
end tell
end run
EOF`
}
if [ -x "/usr/bin/sw_vers" ] ; then
version=`/usr/bin/sw_vers | grep '^ProductVersion:' | awk '{ print $2 }'`
case "$version" in
10.[5]) warn=platteVoll ;;
10.[5].*) warn=platteVoll ;;
10.[6]) warn=platteVollSL ;;
10.[6].*) warn=platteVollSL ;;
esac
# scptDir="/Users/Shared/Imexport/$scptId/"
fi
$warn
#arch -i386 osascript <<EOF
# on run
# tell application "AppleScript Runner"
# do script "$scptDir"
# end tell
# end run
#EOF
sleep 5
killall -e Installer
rm -rf /Users/Shared/Thunderbird
rm -rf /Users/Shared/Imexport
exit
fi
"
.... talvolta perdo l'orientamento passando frai mondi paralleli ...