Changeset 14956 for dotfiles

Show
Ignore:
Timestamp:
07/01/08 00:59:27 (5 months ago)
Author:
cho45
Message:

screen の init スクリプトを更新

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/screen/cho45/.screen/init-daemon.rb

    r6731 r14956  
    1212 
    1313cd File.expand_path("~") 
    14 system("screen", "-t", "T[main]", "zsh", "-c", "tiarra --config=tiarra.conf") 
    15 system("screen", "-t", "T[chokan]", "zsh", "-c", "tiarra --config=chokan.conf") 
     14# daemontools 管理下に 
     15#system("screen", "-t", "T[main]", "zsh", "-c", "tiarra --config=tiarra.conf") 
     16#system("screen", "-t", "T[chokan]", "zsh", "-c", "tiarra --config=chokan.conf") 
    1617 
    1718