1
0
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:
Hubert depesz Lubaczewski 2022-11-12 09:56:20 +01:00
parent b53ec4a22f
commit 052cf3e19e

View File

@ -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