Init repository

This commit is contained in:
Emmanuel BENOîT 2017-09-30 10:26:30 +02:00
commit 0665b12d6c
1265 changed files with 259133 additions and 0 deletions
.vim.local/scripts

View file

@ -0,0 +1,4 @@
#!/bin/bash
if make -j 8; then
./editor tests/test.json
fi