mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo Removing symlink
|
|
|
|
rm /usr/bin/spotube
|
|
|
|
exit 0 |