mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
First great cleanup
This commit is contained in:
@ -17,3 +17,5 @@
|
||||
int main(int argc, char *argv[]) {
|
||||
return 0
|
||||
}
|
||||
|
||||
/* vim: set ts=4 sw=4 tw=0 ft=c : */
|
||||
|
@ -7,3 +7,5 @@
|
||||
# Synopsis: @@DESCR@@
|
||||
#
|
||||
# $Id$
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=perl :
|
||||
|
@ -22,3 +22,5 @@ def main():
|
||||
# If we have been called as 'python <script>' let's call main function
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
# vim: set ts=4 sw=4 tw=79 ft=python :
|
||||
|
@ -7,3 +7,7 @@
|
||||
# Synopsis: @@DESCR@@
|
||||
#
|
||||
# $Id$
|
||||
|
||||
|
||||
|
||||
# vim: set ts=4 sw=4 tw=79 ft=sh :
|
||||
|
Reference in New Issue
Block a user