simple cli script that can convert multiple Slackware...

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
bark_bark_bark
Posts: 1885
Joined: Tue 05 Jun 2012, 12:17
Location: Wisconsin USA

simple cli script that can convert multiple Slackware...

#1 Post by bark_bark_bark »

How can I make a simple cli script that can convert multiple Slackware 14.0 packages into a .pet or .sfs?

I want to have these options at least:

Code: Select all

--squashfs
which will deal with converting to .sfs format

Code: Select all

--pet
which will deal with converting to .pet format

Code: Select all

--help
basic help (I also want it in case if I forgot the switches in my own script.)
....

Post Reply