mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-31 17:31:05 +02:00
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ -e /dev/snd ] && exec apulse firefox || exec firefox
|