Skip to content

Commit e37501e

Browse files
authored
Merge pull request #71 from dvarrui/master
Add x permission to samples
2 parents 93a02d4 + 95b49ba commit e37501e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sample/colors.rb

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env ruby
2+
13
require "curses"
24
include Curses
35

@@ -23,4 +25,4 @@
2325

2426
ensure
2527
close_screen
26-
end
28+
end

sample/menu.rb

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env ruby
2+
13
require "curses"
24

35
Curses.init_screen

0 commit comments

Comments
 (0)