Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jurassix committed Feb 8, 2024
1 parent 9af46a9 commit 82eb747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux_local_relay.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tmux select-layout even-horizontal
# Start the target server to log relayed requests in the third pane
tmux send-keys -t relay:0.2 "cd \"$current_dir\"" C-m
tmux send-keys -t relay:0.2 "clear" C-m
tmux send-keys -t relay:0.2 '/Users/clint/src/fsdev/tools/python/bin/python simple_http_server.py 8085' C-m
tmux send-keys -t relay:0.2 'python simple_http_server.py 8085' C-m

# Make and run the local relay server in the second pane
tmux send-keys -t relay:0.1 "cd \"$current_dir\"" C-m
Expand Down

0 comments on commit 82eb747

Please sign in to comment.