shithub: scc

Download patch

ref: 272a09b4b4196efc5b059de9a2b5e82d835c4527
parent: 9347ef0944f6076bd5f016e85b2627f519bd51a9
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Sep 28 10:26:11 EDT 2015

Rename kcc script to scc

--- a/kcc
+++ /dev/null
@@ -1,5 +1,0 @@
-#!/bin/sh
-
-PATH="$PWD/cc1:$PWD/cc2"
-
-cc1 < "$1" | cc2
--- /dev/null
+++ b/scc
@@ -1,0 +1,5 @@
+#!/bin/sh
+
+PATH="$PWD/cc1:$PWD/cc2"
+
+cc1 < "$1" | cc2