diff options
Diffstat (limited to 'misc/open_wordle.sh')
-rwxr-xr-x | misc/open_wordle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/open_wordle.sh b/misc/open_wordle.sh new file mode 100755 index 0000000..e6fa4ce --- /dev/null +++ b/misc/open_wordle.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +firefox --private-window 'https://wordlearchive.com/' |