Skip to content

Instantly share code, notes, and snippets.

@hyp3ri0n-ng
Created October 18, 2021 21:50
Show Gist options
  • Save hyp3ri0n-ng/edd012c47fc0506c6e8b1159df045e59 to your computer and use it in GitHub Desktop.
Save hyp3ri0n-ng/edd012c47fc0506c6e8b1159df045e59 to your computer and use it in GitHub Desktop.
gong.sh
#grab gong file from html
#!/bin/bash
x=`cat <downloaded call html> | grep 'data.mp3AudioPath' | grep -o '\".*\"' | sed 's/^.//;s/.$//'`
echo "http:$x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment