pastiepacker 1.0.0
Prepare to pack or unpack piles of files with the pastiepacker. To pack a folder: rake To pack some files ending with "txt": find * | grep "txt$" | rake - It outputs the url of the prepared pastie, so you can pipe it to xargs: - pastiepacker | xargs open To unpack a packed pastie: rake http://pastie.caboo.se/175183 - This unpacks the files into a subfolder 175138/
          Gemfile:
          =
        
        
          instalar:
          =
        
      dependencias de Runtime (2):
            hpricot
            >= 0.6
          
          
            shared-mime-info
            >= 0.1
          
    