[hackers] [scc] Rename kcc script to scc || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Mon, 28 Sep 2015 14:27:09 +0200 (CEST)

commit 272a09b4b4196efc5b059de9a2b5e82d835c4527
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Sep 28 14:26:11 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Sep 28 14:26:11 2015 +0200

    Rename kcc script to scc

diff --git a/kcc b/kcc
deleted file mode 100755
index b996a20..0000000
--- a/kcc
+++ /dev/null
_AT_@ -1,5 +0,0 @@
-#!/bin/sh
-
-PATH="$PWD/cc1:$PWD/cc2"
-
-cc1 < "$1" | cc2
diff --git a/scc b/scc
new file mode 100755
index 0000000..b996a20
--- /dev/null
+++ b/scc
_AT_@ -0,0 +1,5 @@
+#!/bin/sh
+
+PATH="$PWD/cc1:$PWD/cc2"
+
+cc1 < "$1" | cc2
Received on Mon Sep 28 2015 - 14:27:09 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 28 2015 - 14:36:11 CEST