A shell to facilitate installation of makefile files

Source: Internet
Author: User
#! /Bin/sh
Arg_count =$ #
If [$ arg_count-EQ 0]; then
Echo "error: Enter the file name to install ."
Echo "Usage: Install file 1 [file 2 file 3 File 4 File 5... file N]"
Exit
Fi

For filename in $ *
Do
If [-F $ filename]; then
TMP = install _ $ filename
Sudo make $ TMP
Else
Echo "error: File $ filename does not exist and is not installed"
Fi
Done

Put the shell in/home/username/S. Sh.
Configure the alias S = 'bash ~ /S. Sh'
You can use the s file name to install the file.

The Install _ in the shell file is customized and can be modified according to different settings.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.