Initial commit

This commit is contained in:
Cabillot Julien
2018-11-26 00:49:19 +01:00
commit 368127e848
355 changed files with 67999 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
Xvfb :1 -nolisten tcp -screen :1 1280x800x24 &
xvfb="$!"
DISPLAY=:1 arduino "$@"
kill -9 $xvfb