Skip to content

Instantly share code, notes, and snippets.

@qwaz
Last active August 10, 2024 15:48
Show Gist options
  • Select an option

  • Save qwaz/e668388e823b5327e6fa597bf3671acb to your computer and use it in GitHub Desktop.

Select an option

Save qwaz/e668388e823b5327e6fa597bf3671acb to your computer and use it in GitHub Desktop.
pwntools-terminal Windows Terminal WSL
#!/bin/bash
if [[ -z "${TMUX}" ]]; then
wt.exe -w 0 nt wsl.exe --cd "$PWD" -- "$@"
else
tmux split-window -h $@
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment