6 lines
89 B
Text
6 lines
89 B
Text
|
#!/bin/sh
|
||
|
exec xargs /usr/bin/deezer \
|
||
|
"$@" \
|
||
|
< ~/.config/electron13-flags.conf
|
||
|
|