#!/usr/bin/env perl # # vim: set ts=4:noet # # sboinstall # script to install a SlackBuild by name # # author: Jacob Pipkin # date: Pungenday, the 40th day of Discord in the YOLD 3178 # license: WTFPL use 5.16.0; use strict; use warnings FATAL => 'all'; use SBO::Lib; use Getopt::Std; use File::Basename; my $self = basename ($0); sub show_usage () { print <