Script which installs variety of Ansible versions and sets them up using virtualenv.
source ./ansible_version 2.7.0
Mostly based on original script by @gbolo
# Function to "skip" Spotify Ads by reloading the client | |
# whenever ad is detected | |
# Have https://pypi.org/project/spotify-cli-linux/ installed | |
reload_spotify() { | |
# Determine what's playing | |
spotifycli --status | grep -qi 'advertisement\| - Spotify\|^ - ' | |
# If the return matches ads string |