Skip to content

Instantly share code, notes, and snippets.

{"storehouse_id":"2184ed9miv4q8xqqmm4g","storehouse_name":"Skibox","storehouse_address":"7 Mariners Cove Parkway","storehouse_phone":"57-(894)980-0191","storehouse_city":"Puerto Parra","storehouse_country":"Colombia","storehouse_email":"rbarnes0@newsvine.com","storehouse_type_id":"ca","storehouse_operator_id":"cf0a67ba-7f4c-4715-ac77-d0efc8dd6659","store_id":"692d6b8f-91d5-480d-afd2-7f7150e39a6b","store_name":"Klein-Kuhic","store_city":"Cáceres","store_country":"Colombia","store_address":"1 Blaine Street","store_phone":"57-(351)987-7871","store_service_id":"5c8c8758-84a6-4642-94b0-f8e550e6ccfd","store_type_id":"zone","store_category":"Toys","store_type_local":"Sucursal","store_level":1,"store_zone":"Outdoors","store_rent":5130000,"store_area":188.4}
{"storehouse_id":"8mgsq6sbbwljhsm5dhiw","storehouse_name":"Oyondu","storehouse_address":"608 Muir Drive","storehouse_phone":"51-(532)842-6078","storehouse_city":"Ihuari","storehouse_country":"Peru","storehouse_email":"ageorge1@skyrock.com","storehouse_type_id":"ca
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@LeandroOrdonez
LeandroOrdonez / gitdeploy.sh
Last active October 21, 2016 12:50
git commit, push and deploy to production
#!/bin/bash
display_usage() {
echo "You should provide a commit message."
echo -e "\nUsage:\n$0 [commit message] \n"
}
# if no commit message supplied, display usage
if [ $# -le 0 ]
then