1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-27 04:01:05 +00:00
seirdy.one/scripts/bin/firefox

8 lines
81 B
Text
Raw Normal View History

2022-06-17 20:36:35 -07:00
#!/usr/bin/env dash
set -eu
/opt/firefox-dev/firefox --headless $*
# vi:ft=sh