HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to pack a set of scripts
Operating System - HP-UX
1828634
Members
2028
Online
109983
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:15 AM
04-29-2004 02:15 AM
Hi !
Usually when we deliver software to our customers I put everything into a tar file, and then I add a setup.sh script to take care of initial configuration and of untarring the bundle plus some additional file movement.
This means that I have to provide two files, the .tar archive and the setup.sh script.
Is there any way to pack everything into a single file which includes both the tar and the setup.sh ?
I know this is much Windows like, but it would be something nice to have and easy to maintain.
Thanks a lot !
Mike
Usually when we deliver software to our customers I put everything into a tar file, and then I add a setup.sh script to take care of initial configuration and of untarring the bundle plus some additional file movement.
This means that I have to provide two files, the .tar archive and the setup.sh script.
Is there any way to pack everything into a single file which includes both the tar and the setup.sh ?
I know this is much Windows like, but it would be something nice to have and easy to maintain.
Thanks a lot !
Mike
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:19 AM
04-29-2004 02:19 AM
Re: How to pack a set of scripts
You want to create a "shell" archive.
The your users just have to sh yourfile.sh
Man shar
shar - make a shell archive package
SYNOPSIS
shar [options] [file|dir] ... > package
DESCRIPTION
The shar command bundles the named files and directories into a single
distribution package suitable for mailing or moving. The files can
contain any data, including executables. The resulting package,
written to standard output, is a shell script file that can be edited
(to add messages at the beginning, etc.).
Rgds...Geoff
The your users just have to sh yourfile.sh
Man shar
shar - make a shell archive package
SYNOPSIS
shar [options] [file|dir] ... > package
DESCRIPTION
The shar command bundles the named files and directories into a single
distribution package suitable for mailing or moving. The files can
contain any data, including executables. The resulting package,
written to standard output, is a shell script file that can be edited
(to add messages at the beginning, etc.).
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2004 02:24 AM
04-29-2004 02:24 AM
Re: How to pack a set of scripts
Thanks Folks !
So fast, so perfect, I really appreciated !
Mike
So fast, so perfect, I really appreciated !
Mike
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP