feat(bin): New netflix command to launch firefox in --kiosk

This commit is contained in:
Olivier DOSSMANN 2024-11-20 22:51:10 +01:00
parent 17564aaf66
commit 14e11685fb

3
bin/netflix Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
firefox --kiosk "https://netflix.com/"