mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-02-21 19:48:37 +02:00
logs go to screen, not to file
This commit is contained in:
parent
b53ec4a22f
commit
052cf3e19e
@ -26,12 +26,8 @@ do
|
||||
tmux new-window -d -n "${dir##*/}" -t "${project_name}" -c "${work_dir}/${dir}/"
|
||||
done
|
||||
|
||||
tmux split-window -d -t "${project_name}:morbo"
|
||||
|
||||
tmux send-keys -t "${project_name}:morbo.0" "morbo -v -l http://*:25634 ${project_name}.pl" Enter
|
||||
|
||||
tmux send-keys -t "${project_name}:morbo.1" "tail -F log/development.log" Enter
|
||||
|
||||
for d in shell lib templates css js
|
||||
do
|
||||
tmux send-keys -t "${project_name}:${d}" "ls -l" Enter
|
||||
|
Loading…
x
Reference in New Issue
Block a user