Skip to content

Instantly share code, notes, and snippets.

View icyz's full-sized avatar
🐱
Focusing

Andrea icyz

🐱
Focusing
View GitHub Profile
@icyz
icyz / mysqlrestore.sh
Created October 18, 2021 15:53
Restore mysql dump using bash script
#!/bin/bash
# How to use: bash mysqlrestore.sh DATABASENAME /path/to/dump.sql
##########################
MPATH="/bin/"
HOST="127.0.0.1"
USER="root"
PASS="root"
##########################
@icyz
icyz / select2-zurbfoundation5.css
Created December 17, 2015 17:57
Select2 4.X for Zurb Foundation 5
/*
15-12-2015
@twitter: andreamariani2k
*/
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;