diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
commit | 9d217025fac3e335c308f02e7377e14ccfdc0e66 (patch) | |
tree | b90d4d04947fe26a9e592e12d8c4352142380c03 /lib/tst |
Initial commit
Silly for shit-and-giggles attempt at rancid
Diffstat (limited to 'lib/tst')
-rwxr-xr-x | lib/tst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/usr/bin/env ruby20 + +$: << '.' +require 'pry' +#require 'pp' +#require 'rubygems' +require 'oxidized' + +k = Oxidized.new + |