[Ilugc] Shell script with arguments

  • From: foss@xxxxxxxxxxxxxxx (Krishna)
  • Date: Tue, 17 Jul 2012 16:29:08 +0200

On Tue, Jul 17, 2012 at 2:27 PM, Vijay Kumar <vijayakumarnkdr at 
gmail.com>wrote:

Hi All,

I need some help/ideas in coming up with a shell script.

Basically, the script should install 1 or 2 or 3 packages based on the
input arguments.

For example, if I type in pkgscript.sh a1 a2 a3, it should install all the
3 scripts and pkgscript.sh a1 should install only a1.

If a user enters only pkgscript.sh, it should ask for arguments and then
proceed accordingly.


you can find it here.

http://codelectron.com/blog/38-bash-script-command-line-iterator-to-install-batch-of-apps

-Krishna

Other related posts: