c-first-steps

a C playground
Index Commits Files Refs README
commit e1936d44aaa653a987e0625ae29c325523e8fbce
parent c2a44f60fd18618114ec9f94591e095d381aae15
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Wed, 16 Dec 2020 01:37:03 -0300

Added a simple script to keep repo clean from 'a.out' garbage;
Diffstat:
M95.11/clean.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/95.11/clean.sh b/95.11/clean.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Removes every a.out from every subfolder where the 
-# sript is executed;
+# script is executed;
 
 # Set the filename;
 file='a.out'