summaryrefslogtreecommitdiff
path: root/scripts/fast_populate.sh
blob: ab83ab7689f3302e9017e75ca290a4885a25ee34 (plain)
1
2
3
4
5
6
7
8
echo "use sudo? [y/n]"
read answer

if [[ $answer == 'y' ]] then
    sudo="sudo"
fi

$sudo mariadb -u root < ./scripts/fast_populate.sql