Remove shebang from non-executable files.

This commit is contained in:
Glenn Y. Rolland 2014-08-12 00:19:19 +02:00
parent 3eef8842e4
commit 6fe78fea3d
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/ruby
# vim: set ts=4 sw=4:
require 'optparse'
require 'ostruct'

View file

@ -1,5 +1,3 @@
#!/usr/bin/ruby
# vim: set ts=4 sw=4:
require 'optparse'
require 'ostruct'