diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 03:29:58 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-09-01 03:29:58 -0500 |
commit | 22e595ded4d1bc5bf6b8987ffcdd0f522d1a1bd0 (patch) | |
tree | 301ae72982684d1a843d45d4950080cd130fe153 /sbosnap | |
parent | 90cd9a74b8b562bebd4a2eaeb01ccdb3d2a75c42 (diff) | |
download | sbotools2-22e595ded4d1bc5bf6b8987ffcdd0f522d1a1bd0.tar.xz |
more cleanups
Diffstat (limited to 'sbosnap')
-rwxr-xr-x | sbosnap | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,8 +9,6 @@ # author: Jacob Pipkin <j@dawnrazor.net> # date: Setting Orange, the 37th day of Discord in the YOLD 3178 # license: WTFPL <http://sam.zoy.org/wtfpl/COPYING> -# changelog: -# .01: initial creation. use 5.16.0; use strict; @@ -19,7 +17,6 @@ use SBO::Lib; use File::Basename; use Getopt::Std; -#my %config = %SBO::Lib::config; my $sbo_home = $config{SBO_HOME}; my $self = basename ($0); |