5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
chgrp -R audio /dev/snd
|
|
su -c "chromium-browser --disable-dev-shm-usage" chromium
|
|
|