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
--
_______________________________________________
Blinux-list mailing list
Blinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/blinux-list