Created
October 18, 2021 21:50
-
-
Save hyp3ri0n-ng/edd012c47fc0506c6e8b1159df045e59 to your computer and use it in GitHub Desktop.
gong.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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