mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
4 lines
68 B
Bash
4 lines
68 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
[ -e /dev/snd ] && exec apulse firefox || exec firefox
|