mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
10 lines
273 B
Bash
Executable File
10 lines
273 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo "W3m-control: BACK"
|
|
echo "W3m-control: TAB_GOTO https://1337x.to/"
|
|
echo "W3m-control: GOTO_LINE 13"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|
|
echo "W3m-control: NEXT_PAGE"
|