Sha256: c7314a0defc70ada17b153478fdda79a18320759988325060ef6bd14a134ad92

Contents?: true

Size: 318 Bytes

Versions: 6

Compression:

Stored size: 318 Bytes

Contents

#!/usr/bin/env ruby

begin
	require 'rubygems'
rescue LoadError
end
require 'shutter'

os = Shutter::OS.new
os.validate!
SHUTTER_PERSIST_FILE = os.persist_file

#TODO: Should make these not constant
#IPTABLES_RESTORE="/sbin/iptables-restore"
#IPTABLES_SAVE="/sbin/iptables-save"

Shutter::CommandLine.new.execute(ARGV)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shutter-0.2.5 bin/shutter
shutter-0.2.4 bin/shutter
shutter-0.2.3 bin/shutter
shutter-0.2.2 bin/shutter
shutter-0.2.0 bin/shutter
shutter-0.1.0 bin/shutter