mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo "W3m-control: BACK"
|
|
echo "W3m-control: LOAD ~/.w3m/RestoreTab.txt"
|
|
echo "W3m-control: EDIT"
|
|
echo "W3m-control: BACK"
|