mirror of
https://github.com/ksyasuda/rice.git
synced 2025-01-30 16:27:43 -08:00
6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -Eeuo piepfail
|
||
|
# launch pavucontrol
|
||
|
pavucontrol &
|