Open josefglatz opened 9 years ago
It would be really cool, if the hardcoded sonos.js is replaced by something like path.basename(__filename);. (It is especially helpful when symlinking script to e.g. ~/bin/sonos-simple-cli)
sonos.js
path.basename(__filename);
~/bin/sonos-simple-cli
It would be really cool, if the hardcoded
sonos.js
is replaced by something likepath.basename(__filename);
. (It is especially helpful when symlinking script to e.g.~/bin/sonos-simple-cli
)