deleted two files
This commit is contained in:
parent
e633688cc5
commit
b0e691f202
2 changed files with 0 additions and 13 deletions
12
cleanCode.sh
12
cleanCode.sh
|
@ -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
|
||||
|
1
test.txt
1
test.txt
|
@ -1 +0,0 @@
|
|||
git testen
|
Reference in a new issue