3 lines
51 B
Text
3 lines
51 B
Text
|
#!/bin/bash
|
||
|
sudo setfacl -m u:$USER:rw /dev/snd/*
|