stdevel / mkelfs

Create kickstart trees for EL-like distros in Spacewalk, Red Hat Satellite 5.x, or SUSE Manager
http://st-devel.net/blmekt
GNU General Public License v2.0
7 stars 0 forks source link

File ending #1

Closed msphn closed 10 years ago

msphn commented 10 years ago

Why not .py?

stdevel commented 10 years ago

As the shebang line has the path information about the Python interpreter the file ending is obsolete.

In my opinion is more handy to work with the command without specifying the file ending. It looks like a conventional command to the end-user.

Best regards, Christian.

msphn commented 10 years ago

I got your point.

But I think, that a fileending has some serious pros, like automatic syntax detection und easier search with find for a specific filetype. And syntax highlighting on GitHub =).

stdevel commented 10 years ago

Syntax highlightning on GitHub is a good argument - fixed in version 0.2.