├── LICENSE ├── README.md └── src ├── sp.ps1 ├── sp.sh └── spl.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anddea/spoti/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anddea/spoti/HEAD/README.md -------------------------------------------------------------------------------- /src/sp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anddea/spoti/HEAD/src/sp.ps1 -------------------------------------------------------------------------------- /src/sp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anddea/spoti/HEAD/src/sp.sh -------------------------------------------------------------------------------- /src/spl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anddea/spoti/HEAD/src/spl.sh --------------------------------------------------------------------------------