cclive wrapper script

Jude DaShiell jdashiel at panix.com
Thu Jul 30 03:07:12 UTC 2015


It may be possible to write a .ccliverc file to store these preferences 
but one had best have a working example before attempting that first to 
know what can be controled and second what format works inside the 
configuration file.  That being said I wrote a wrapper script for this 
purpose.  Cut here:

#!/usr/bin/env bash
# file: cclive.sh - cclive wrapper script
 		if test -n "$1"
 		then
     	cclive -bclS -m 0 -t "s/ /-/g" $1
 		else
 		echo "$0 needs an url to download."
 		fi

-- 




More information about the Blinux-list mailing list