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 9bcade9fce
commit 0cd39b8f45

3
bin/netflix Executable file
View File

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