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 a087bf4874
commit a46cfc2fd6

3
bin/netflix Executable file
View File

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