mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
8 lines
81 B
Text
8 lines
81 B
Text
|
#!/usr/bin/env dash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
/opt/firefox-dev/firefox --headless $*
|
||
|
|
||
|
# vi:ft=sh
|