Download all Aspersa MySQL tools/scripts through a single command

According to Aspersa's user manual,

"Aspersa is a collection of open-source system utilities primarily designed to ease the work of Percona consultants. This manual is the primary documentation for Aspersa tools. Please contribute your improvements."

Here is the script that you can use to download all Aspersa tools using a single command. Please let me know if you find any errors.

#!/bin/bash

wget http://aspersa.googlecode.com/svn/trunk/align
wget http://aspersa.googlecode.com/svn/trunk/collect
wget http://aspersa.googlecode.com/svn/trunk/diskstats
wget http://aspersa.googlecode.com/svn/trunk/ioprofile
wget http://aspersa.googlecode.com/svn/trunk/mext
wget http://aspersa.googlecode.com/svn/trunk/mysql-summary
wget http://aspersa.googlecode.com/svn/trunk/pmp
wget http://aspersa.googlecode.com/svn/trunk/rel
wget http://aspersa.googlecode.com/svn/trunk/sift
wget http://aspersa.googlecode.com/svn/trunk/stalk
wget http://aspersa.googlecode.com/svn/trunk/summary
wget http://aspersa.googlecode.com/svn/trunk/usl

chmod u+x ./align ./collect ./diskstats ./ioprofile ./mext ./mysql-summary ./pmp ./rel ./sift ./stalk ./summary ./usl

Copy and paste the above script in a file eg. asp-downloadall.sh and make it executable using the command below.

chmod u+x ./asp-downloadall.sh

Now, run the command and download all Aspersa tools in the current working directory

$ ./asp-downloadall.sh

Did this tutorial help a little? How about buy me a cup of coffee?

Buy me a coffee at ko-fi.com

Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.

IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.