#!/usr/bin/env perl # # sbosnap # script to pull down / update a local copy of the # slackbuilds.org tree. # # author: Jacob Pipkin # date: Setting Orange, the 37th day of Discord in the YOLD 3178 # license: WTFPL # changelog: # .01: initial creation. use SBO::Lib; use File::Basename; use Getopt::Std; use feature switch; use warnings FATAL => 'all'; use strict; my %config = %SBO::Lib::config; my $sbo_home = $config{SBO_HOME}; my $self = basename ($0); sub show_usage { print <