aboutsummaryrefslogtreecommitdiff
path: root/sbosnap
diff options
context:
space:
mode:
authorJacob Pipkin <j@dawnrazor.net>2012-09-01 04:53:46 -0500
committerJacob Pipkin <j@dawnrazor.net>2012-09-01 04:53:46 -0500
commita302bd5093f2b02ade4e1d903e16d9aff69430a9 (patch)
treeae4b53c70c939236e98b5e9764bf61b02e7b56d0 /sbosnap
parent834e3d2778e81a9b6ffa5a8bc2ad76fb93c91719 (diff)
downloadsbotools2-a302bd5093f2b02ade4e1d903e16d9aff69430a9.tar.xz
more cleanups, fixes, and other backports from the slack14 branch
Diffstat (limited to 'sbosnap')
-rwxr-xr-xsbosnap7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbosnap b/sbosnap
index 7628474..b3e0dff 100755
--- a/sbosnap
+++ b/sbosnap
@@ -9,17 +9,14 @@
# 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.12.3;
+use strict;
+use warnings FATAL => 'all';
use SBO::Lib;
use File::Basename;
use Getopt::Std;
-use warnings FATAL => 'all';
-use strict;
-my %config = %SBO::Lib::config;
my $sbo_home = $config{SBO_HOME};
my $self = basename ($0);