Skip to content

Instantly share code, notes, and snippets.

View LeWawan's full-sized avatar

Erwan KREUTZ LeWawan

View GitHub Profile
function showMenu (menu) {
const args = process.argv
const items = menu
.map((item, i) => `${i}. ${item}`)
.join('\n')
@LeWawan
LeWawan / DumpDb.sql
Created February 15, 2018 08:15
Dump of Db
This file has been truncated, but you can view the full file.
-- MySQL dump 10.13 Distrib 5.5.59, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: igdb
-- ------------------------------------------------------
-- Server version 5.5.59-0+deb7u1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;