Skip to content

Instantly share code, notes, and snippets.

View pale2hall's full-sized avatar
💻
Doing @tboltusa stuff!

Vince Pale pale2hall

💻
Doing @tboltusa stuff!
View GitHub Profile
@pale2hall
pale2hall / Bootstrap 3 Default Alert Class
Created February 11, 2015 18:33
Bootstrap 3 Default Alert Class
<?php /*Idea: You can fake a default using the well class! */?>
<div class="well alert text-center"><strong>Update on Feb 4th 2015</strong>: Fixed small bug where the query was looking at orders of multiple of the same item as one sale.</div>
#!/bin/bash
# Check Amazon Lowest Price
while true
do
leCount=$( curl -s http://www.amazon.com/gp/aw/d/AISN_NUMBER_HERE | grep -c COMPANY )
if [[ $leCount -gt 0 ]]
then
echo "Still Lowest... "
date