Skip to content

Instantly share code, notes, and snippets.

@obihann
Created September 27, 2017 16:46
Show Gist options
  • Select an option

  • Save obihann/bb1c31e1f8035f9b8adc59fa744a0aed to your computer and use it in GitHub Desktop.

Select an option

Save obihann/bb1c31e1f8035f9b8adc59fa744a0aed to your computer and use it in GitHub Desktop.
#!/bin/bash
/usr/bin/firefox $(cat "$1" | grep @ | awk -F'@' '{print "https://instagram.com/"$2}' | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment