#!/usr/bin/env perl # # vim: set ts=4:noet # # 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 use 5.16.0; use strict; use warnings FATAL => 'all'; use SBO::Lib; use File::Basename; use Getopt::Std; my $sbo_home = $config{SBO_HOME}; my $self = basename ($0); sub show_usage () { print <