drnic / pastie-packer

Pack a folder (or selection) of files into a pastie; and then unpack it back into raw files

pastie-packer / bin / pastiepacker
100644 8 lines (7 sloc) 0.2 kb
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
#
# Created on 2008-4-3.
# Copyright (c) 2008. All rights reserved.
 
require File.dirname(__FILE__) + "/../lib/pastiepacker"
output = PastiePacker.run(ARGV)
puts output if output