mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-12 13:10:41 +00:00
10 lines
283 B
Bash
Executable File
10 lines
283 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo "W3m-control: BACK"
|
|
echo "W3m-control: TAB_GOTO https://thepiratebay10.org"
|
|
echo "W3m-control: GOTO_LINE 5"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|
|
echo "W3m-control: GOTO_LINE 8"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|