Linuxでosa_dir2[1]のこめんとのログ/0
#!/bin/sh
TOOLPATH=${TOOLPATH:-"/usr/local/bin/goset006"}
QEMU="make -r -C ../z_tools/qemu"
make -r -C ../z_tools/osa_qemu
if [ $1 == . ]; then
$TOOLPATH/edimg @\!run_opt.txt || exit 1
$QEMU
exit
fi
if [ $1 == .. ];then
cp -f ../z_tools/osa_qemu/osaimgqe.bin ../z_tools/qemu/fdimage0.bin || exit 1
$QEMU
exit
fi
cp -f $1.bin ../z_tools/\!built.bin || exit 1
$TOOLPATH/edimg @../z_tools/edimgopt.txt || exit 1
$QEMUfor f in $@;do echo $f | sed s/.bin//g >> edimgopt2.txt;done
(This host) = http://osask.net