Remove unnecessary hash-bangs

This commit is contained in:
Hernan Schmidt 2017-07-12 16:56:25 +02:00
parent 69b874b084
commit aac8e63537
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/ruby
#
# More info at https://github.com/guard/guard#readme
guard_opts = {

View file

@ -1,4 +1,3 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.