Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
/ install-sh Public archive

Installation tool written in Shell.

Notifications You must be signed in to change notification settings

jonlabelle/install-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

ci

Installation tool written in Shell.

Inspired by the musl libc project's install tool.

Usage

install.sh [options] src dest

Arguments:

   1   Source file.
   2   Destination file.

Options:

  -D   To create the destination directory.
  -l   To install as a symlink.
  -m   File mode (see CHMOD(1) -> MODES). Ignored if used with -l option.

Examples

Install as symlink to user's bin directory

install.sh -D -l some/path/to/program ~/bin/program

About

Installation tool written in Shell.

Topics

Resources

Stars

Watchers

Forks

Languages