mirror of
https://github.com/ViViDboarder/sublime-abuse-the-force.git
synced 2024-11-16 06:26:29 +00:00
13 lines
328 B
Bash
Executable File
13 lines
328 B
Bash
Executable File
#! /bin/bash
|
|
|
|
SUBLIME_DIR=~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
|
|
|
|
mkdir -p "$SUBLIME_DIR"
|
|
|
|
cp -r "./ForceDotCom" "$SUBLIME_DIR/"
|
|
|
|
cat ./ForceDotCom/AbuseTheForce.sublime-build | sed "s#"'${path}'"#$PATH#" > "$SUBLIME_DIR/ForceDotCom/AbuseTheForce.sublime-build"
|
|
|
|
echo "SFDC Sublime Plugin install finished"
|
|
|