mirror of
https://github.com/ulaulaman/ulaulaman.github.io.git
synced 2025-05-21 13:44:43 +02:00
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
rm *.aux -i 's/\r$//'
|
|
rm *.out -i 's/\r$//'
|
|
rm *.toc -i 's/\r$//'
|
|
rm *.log -i 's/\r$//'
|
|
rm *.tmp -i 's/\r$//'
|