Sha256: 921cfad956fc17139c514d00bc1e0f46c53d59104eb95c6176aaa5b9ae2eaaf1

Contents?: true

Size: 343 Bytes

Versions: 14

Compression:

Stored size: 343 Bytes

Contents

#!/usr/bin/env ruby

lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'shellplay/session'

@session = Shellplay::Session.new

ARGV.each do |file|
  this_session = Shellplay::Session.new
  this_session.import(file)
  @session.add_screens(this_session.sequence)
  @session.save
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shellplay-0.1.9 bin/shellcat
shellplay-0.1.8 bin/shellcat
shellplay-0.1.7 bin/shellcat
shellplay-0.1.6 bin/shellcat
shellplay-0.1.5 bin/shellcat
shellplay-0.1.4 bin/shellcat
shellplay-0.1.3 bin/shellcat
shellplay-0.1.2 bin/shellcat
shellplay-0.1.1 bin/shellcat
shellplay-0.1.0 bin/shellcat
shellplay-0.0.13 bin/shellcat
shellplay-0.0.12 bin/shellcat
shellplay-0.0.11 bin/shellcat
shellplay-0.0.10 bin/shellcat