11 lines
190 B
Text
Executable file
11 lines
190 B
Text
Executable file
#/usr/bin/env bash
|
|
# docstring=simple mixer gui app, for the desktop
|
|
set -E -o pipefail
|
|
|
|
mixxc \
|
|
--anchor right \
|
|
--margin 22 \
|
|
--anchor bottom \
|
|
--margin 22 \
|
|
--icon \
|
|
--master
|