diff options
Diffstat (limited to 'bin/random-bookmark')
-rwxr-xr-x | bin/random-bookmark | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/random-bookmark b/bin/random-bookmark new file mode 100755 index 0000000..2bb545e --- /dev/null +++ b/bin/random-bookmark @@ -0,0 +1,3 @@ +#!/usr/bin/fish + +firefox ~/webarchive/data/(ls --color=never ~/webarchive/data/ | sort -R | head -n 1)/index.html ^/dev/null > /dev/null |