source code

   #!/bin/sh
   
   
   cd /home/rero2/koruri/word_surf_mysql
   
   if [ -d /home/rero2/koruri/word_surf_mysql/lockdir ]
   then
     echo 'already running'
     exit
   else
     mkdir /home/rero2/koruri/word_surf_mysql/lockdir
   fi
   
   ruby /home/rero2/koruri/word_surf_mysql/split_sentence.rb
   ruby /home/rero2/koruri/word_surf_mysql/nouns_catcher.rb
   ruby /home/rero2/koruri/word_surf_mysql/template.rb
   ruby /home/rero2/koruri/word_surf_mysql/trend_word.rb
   ruby /home/rero2/koruri/word_surf_mysql/recommend_url.rb
   
   rmdir /home/rero2/koruri/word_surf_mysql/lockdir

トップ   差分 バックアップ リロード   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2017-11-06 (月) 01:22:22 (2363d)