1
0
Fork 0
dotfiles/utils/firefox.sh
2021-11-22 11:44:07 +01:00

4 lines
162 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
ROOT=$(dirname "$(readlink -f "$0")")
tail +3 $ROOT/sites.txt | rofi -eh 2 -dmenu | cut -f2 -d'|' | xargs firefox --new-tab