Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <script | |
| src="https://code.jquery.com/jquery-3.5.1.min.js" | |
| integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" | |
| crossorigin="anonymous"></script> | |
| <title>Title</title> | |
| </head> |
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
| #!/bin/bash | |
| # run sudo aws configure first! | |
| # then schedule like this: sudo crontab -e | |
| # 0 0 * * * /opt/scripts/db_backup.sh # take a backup every midnight | |
| RETENTION_DAYS=14 | |
| BUCKET=org.rti-ghd.notresante | |
| DIR=`date +%d-%m-%y` | |
| DEST=./db_backups/$DIR | |
| mkdir $DEST |
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
| <h1>Athletic Club of Columbus - Open Tournament</h1> | |
| <main id="tournament"> | |
| <ul class="round round-1"> | |
| <li class="spacer"> </li> | |
| <li class="game game-top winner">Jim S <span>2</span></li> | |
| <li class="game game-spacer"> </li> | |
| <li class="game game-bottom ">Tom Smith<span>1</span></li> | |
| <li class="spacer"> </li> |
OlderNewer