chriselswede / hanacleaner

A house keeping script for SAP HANA
76 stars 44 forks source link

hanacleaner.py in dos mode? #39

Open joba-1 opened 1 year ago

joba-1 commented 1 year ago

Hi,

I cannot use the script on linux/unix just as ./hanacleaner.py because the first line is in dos mode (additional CR):

/usr/bin/env: ‘python\r’: No such file or directory

It works fine if I convert the script with dos2unix utility. Would you please consider storing the files with just LF as line feed?

Thank you!