From 2befcb8db655431865cd07afbdb4e3171f840b12 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Thu, 5 Nov 2020 19:09:44 -0800 Subject: `close` should be `remove`. Make control allow arbitrary commands. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dca2c7d..b20af9d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3