# Enter the Target directory as the second (optional) argument # # Target=${1:-$(pwd)} # Get the HTML pages describing praat ./GetPraatHTML $Target # # Now, use the downloaded pages to get the binaries ./GetPraatBinaries.pl $Target # Unpack the Linux praat LinuxArchive=$(ls -1 ${Target}/*_linux_dynamic.tar.gz) tar -xzf ${LinuxArchive}