forked from ahurac/dotfiles
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
exec xargs /usr/bin/deezer \
|
|
"$@" \
|
|
< ~/.config/electron13-flags.conf
|
|
|