]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/calc: Add Vim modeline.
authorSimon Ruderich <simon@ruderich.org>
Fri, 4 Feb 2011 15:41:03 +0000 (16:41 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 4 Feb 2011 15:41:03 +0000 (16:41 +0100)
bin/calc

index a71e7836b2906064c43f6e880b69831ee49bbb23..7f4b0357c4542a31c1d03490f7360c010ea40111 100755 (executable)
--- a/bin/calc
+++ b/bin/calc
@@ -9,3 +9,5 @@ def binom(n,k):
     return reduce(lambda a,b: a*(n-b)/(b+1),xrange(k),1)
 
 print "Welcome to the ultimate calculator."'
+
+# vim: ft=python