I hereby claim:
- I am n0fixedab0de on github.
- I am n0_fixed_ab0de (https://keybase.io/n0_fixed_ab0de) on keybase.
- I have a public key ASCVZtJhSDagNVR_P01_iqTx0igckDyU9T7cpWa8ByIFdwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/bin/bash | |
| # MySQL executables | |
| MYSQL="/usr/bin/mysql" | |
| MYSQLDUMP="/usr/bin/mysqldump" | |
| # Other executables | |
| GZIP="$(which gzip)" | |
| # Validate arguments |