I have more then 15 different scripts - bash, perl etc ( I run the scripts on Red Hat Linux)
I want to pack all scripts by RPM. How to do that?
For example I want to do
rpm -Uvh all_scripts_pack
and then to get all script under /root/New_DIR (the rpm need also to create the New_DIRdirectory)