Skip to content

Commit

Permalink
Revert "Delete install.sh"
Browse files Browse the repository at this point in the history
This reverts commit 317ed02.
  • Loading branch information
mono0926 committed May 4, 2017
1 parent 4b59227 commit 92c3aae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
cd /tmp
git clone https://github.com/mono0926/LicensePlist.git
cd LicensePlist
git pull
make install
cd -
rm -rf LicensePlist
echo "installed at $(which license-plist) 🎉"

0 comments on commit 92c3aae

Please sign in to comment.