diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-07-09 15:59:10 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-09 15:59:10 +0200 |
commit | 71baed6f2ceb93ee8b3830b3049ad9487e5de234 (patch) | |
tree | 51ebfc6f3775ba82d8f8fc8f76ae536227522a65 /misc | |
parent | dd028b12f6cf44c20ecc57049eeac8fae52cd8e6 (diff) |
checkpoint
Diffstat (limited to 'misc')
-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/' |