|
|
We often need to package some multiple files together and create a runnable package. So we've
created "actar", the "tar" created by us: "AC". Think of it as a "tar" with an auto-exec feature.
The way it works: actar.sh is given a directory, which contains the files to "package" and
designates a script which should be run if the "package" is executed.
Usage:
actar.sh <p1> <p2> <p3> <p4>
p1 = Name of the script collection directory
p2 = Name of the tar file which will be created (without extention).
p3 = Name of the main script which sould be started
p4 = Name of the docu file which sould be displayed
p5 = optional! Name of the script collection
Given a directory "funstuff", containing a script "runme.sh" - running "actar.sh funstuff
goodies runme.sh help.txt" will create a new script named "goodies.sh".
Click here to download actar.sh |
|