diff --git a/cleanCode.sh b/cleanCode.sh deleted file mode 100644 index de0ee5e..0000000 --- a/cleanCode.sh +++ /dev/null @@ -1,12 +0,0 @@ - -DIRS="./*.cpp ./*.hpp ./kernels/*.cpp ./kernels/*.hpp ./attractors/*.stf" -echo "This program will delete all trailing whitespaces and will replace spaces with tabs" - -for file in ${DIRS} -do - echo "yay ${file}" - unexpand -t 4 ${file} | sed 's/[ \t]*$//' > ${file}.new - cat ${file}.new > ${file} - rm ${file}.new -done - diff --git a/test.txt b/test.txt deleted file mode 100644 index 5f9ec87..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -git testen