diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 678a062..0000000 --- a/compile.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -if [ -n "$1" ]; then - OUT=$1 -else - OUT="cowsay" -fi - -gcc -g -std=c99 -Wall -pedantic -fsanitize=address cow.c -o $OUT && echo -e "[+]\tCompilation success." || echo -e "[-]\tCompilation exception." \ No newline at end of file diff --git a/cow.ascii b/cow.ascii deleted file mode 100644 index 2cc589e..0000000 --- a/cow.ascii +++ /dev/null @@ -1,5 +0,0 @@ -^__^ -(oo)\_______ -(__) \ )\/\ - ||----w | - || || \ No newline at end of file