FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
XcodeGen/scripts/install.sh at master · ruslic19/XcodeGen · GitHub
ruslic19
/
XcodeGen
Public
forked from
yonaskolb/XcodeGen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
XcodeGen
/
scripts
/
install.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
19 lines (17 loc) · 350 Bytes
Breadcrumbs
XcodeGen
/
scripts
/
install.sh
Copy path
File metadata and controls
executable file
·
19 lines (17 loc) · 350 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!
/bin/bash
#
#
name:
#
install.sh
#
#
description:
#
Install XcodeGen to /usr/local
#
#
- /usr/local/bin/xcodegen
#
- /usr/local/share/xcodegen/SettingPresets
#
#
parameters:
#
- 1: install location
PREFIX=
${PREFIX
:-
${1
:-/
usr
/
local}
}
BASE_DIR=
$(
cd
`
dirname
$0
`
;
pwd
)
cp -r
$BASE_DIR
/share
"
${PREFIX}
"
cp -r
$BASE_DIR
/bin
"
${PREFIX}
"
Back
|
FazBrowse Home
|
New Git URL