diff options
author | Omar Rizwan <omar.rizwan@gmail.com> | 2020-11-05 19:09:44 -0800 |
---|---|---|
committer | Omar Rizwan <omar.rizwan@gmail.com> | 2020-11-05 19:09:44 -0800 |
commit | 2befcb8db655431865cd07afbdb4e3171f840b12 (patch) | |
tree | 0a862b0951f84f0f0a77eec0ad914473b7a81d9d /README.md | |
parent | 746cf02bd5dc5f85e426efea7324b2110a57e4b4 (diff) |
`close` should be `remove`. Make control allow arbitrary commands.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ Home / Twitter ### Close all Stack Overflow tabs ``` -$ echo close | tee -a mnt/tabs/by-title/*Stack_Overflow*/control +$ echo remove | tee -a mnt/tabs/by-title/*Stack_Overflow*/control ``` ### Save text of all tabs to a file |