Skip to content

Commit 1c54718

Browse files
author
kirk
committed
ruby headers and nip2 path
1 parent 9dfaed0 commit 1c54718

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

combine.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
require 'csv'
44

is.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# gem install image_science
44

parse-ps.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# watch the output of ps, sum RSS of processes matching a pattern and output
44
# time and size in MB

parse-top.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# watch the output of top -b, sum RES of processes matching a pattern and output
44
# time and size in MB

rmagick.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# gem install rmagick
44

ruby-vips.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
require 'vips'
44

tracemem.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/ruby
1+
#!/usr/bin/env ruby
22

33
# from http://tstarling.com/blog/2010/06/measuring-memory-usage-with-strace
44

0 commit comments

Comments
 (0)