Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

NameAnalysis.jrag

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    manual-mbed-cli-wrap.install 99 B
    #!/bin/sh
    
    cat<<'EOF'>/app/mbed-cli
    #!/bin/bash
    
    /app/bin/mbed-cli "$@"
    EOF
    chmod +x /app/mbed-cli