Skip to content

Commit

Permalink
oh, it will not stop. stupid me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Apr 7, 2012
1 parent 1446ae4 commit 4b15ac1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions bin/shelr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ HELP = <<-HELP
Recording:
record - record new shellcast
stop - stop recording (or just ctrl+d)
Publishing:
Expand Down Expand Up @@ -62,9 +61,8 @@ when 'play'
puts "Select one..."
end
when 'stop'
puts '=> Now you can push your record'
puts '=> shelr push last'
exit 0
puts '=> type "exit" or Ctrl+D'
puts '=> Then `shelr push last`'
when 'dump'
if ARGV[1]
Shelr::Publisher.new.dump(ARGV[1])
Expand Down
4 changes: 0 additions & 4 deletions shelr.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Also you can shere Your records at http://shelr\.tv/ or other services\.
Will record your terminal unless you type \fBexit\fR or Ctrl+D and store it to $HOME/\.local/share/shelr/
.
.TP
\fBstop\fR
Will stop recording\. You can just type exit in shell or Ctrl+D\. Record will be stored to $HOME/\.local/share/shelr/
.
.TP
\fBlist\fR
lists all your shellcasts\.
.
Expand Down
4 changes: 0 additions & 4 deletions shelr.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ or other services.
Will record your terminal unless you type `exit` or Ctrl+D and
store it to $HOME/.local/share/shelr/

* `stop`:
Will stop recording. You can just type exit in shell or Ctrl+D.
Record will be stored to $HOME/.local/share/shelr/

* `list`:
lists all your shellcasts.

Expand Down

0 comments on commit 4b15ac1

Please sign in to comment.