mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
9 lines
270 B
Bash
Executable File
9 lines
270 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo "W3m-control: BACK"
|
|
echo "W3m-control: TAB_GOTO https://portal.mozz.us/gemini/geminispace.info/search"
|
|
echo "W3m-control: END"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|
|
echo "W3m-control: NEXT_LINK"
|
|
echo "W3m-control: GOTO_LINK"
|