1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 12:12:09 +00:00
seirdy.one/scripts/bin/firefox

8 lines
81 B
Text
Raw Normal View History

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