diff options
-rwxr-xr-x | soundcloud | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ play_stream() { # Url Page -> Url Page next_stream() { - get_related "$1" | head -1 + get_related "$1" | shuf | head -1 } # Url Page -> Streams |
index : soundcloud | ||
SoundCloud command line interface |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | soundcloud | 2 |
@@ -9,7 +9,7 @@ play_stream() { # Url Page -> Url Page next_stream() { - get_related "$1" | head -1 + get_related "$1" | shuf | head -1 } # Url Page -> Streams |