scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

scc.sh (92B)


      1 #!/bin/sh
      2 
      3 root=`dirname $0`/..
      4 SCCPREFIX=$root
      5 
      6 export SCCPREFIX
      7 
      8 exec $root/bin/scc-cc $@