Skip to content

Instantly share code, notes, and snippets.

@Qwaz
Last active August 28, 2023 22:19
Show Gist options
  • Save Qwaz/e668388e823b5327e6fa597bf3671acb to your computer and use it in GitHub Desktop.
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