Skip to content

Instantly share code, notes, and snippets.

View allexoll's full-sized avatar

Alexis Marquet allexoll

  • Embedded systems engineer and T.A. at Hepia
  • Switzerland
View GitHub Profile
@allexoll
allexoll / el_docker.sh
Created February 25, 2022 08:11 — forked from carlosedp/el_docker.sh
Edalize Launcher script for Docker Contariner Wrapper
#!/usr/bin/python3
import os
import shutil
import subprocess
import sys
import logging
import shlex
logger = logging.getLogger(__name__)
symbiflow_init = 'bash -lec {}'