summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorTslil Clingman <tslil.clingman@gmail.com>2018-07-05 21:50:51 +0200
committerTslil Clingman <tslil.clingman@gmail.com>2018-07-05 21:50:51 +0200
commitf92c2d7834ce029a8b1a5f199296cba5e59342aa (patch)
tree9d321d26a855612d391656b48c3dba2881352a60 /ci
parent721668ea57fda4254ceee9146c6b6bee470b3fc6 (diff)
Recent alterations
Diffstat (limited to 'ci')
-rwxr-xr-xci8
1 files changed, 6 insertions, 2 deletions
diff --git a/ci b/ci
index 5ed71df..3870b3c 100755
--- a/ci
+++ b/ci
@@ -12,9 +12,13 @@ for k in $LIBR; do
echo "#include<$k.h>" >> $SRC
done
+#echo -e "int main(int argc, char ** argv) {\n\n return 0;\n}" >> $SRC
+#zile +8 $SRC
+
echo "int main(int argc, char ** argv) {" >> $SRC
-cat - >> $SRC
-echo "return 0; }" >> $SRC
+rlwrap -o cat >> $SRC
+echo "return 0;}" >> $SRC
+
echo -e "\n\n\t!!! Compiling ..."
gcc $FLAG $SRC -o $BIN