#!/bin/tcsh -f #This is a harmful csh-script by kaz. set dir=$cwd set title=`basename $dir` cat < EOF echo ''$title'' cat < EOF echo '

'$title'

' echo '撮影データ
' echo '' echo '
' cd org foreach i (*) echo ''$i'' end cat < EOF exit 0 #What is this? #以下の様に画像fileを置いておくとindex.htmlを作るbackup補助tool #ver 0.01 # #How to use #準備 #dir,file構成 #title名/index.csv,縮小jpg #title名/org/元ファイル # # % cd title名 # % photoidx # # index.htmlが作られる # #(% cd ..;mkisofs -JR -o title.iso title名)