mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
5 lines
97 B
Text
5 lines
97 B
Text
|
#!bin/sh
|
||
|
|
||
|
echo 'Create link on /usr/bin'
|
||
|
ln -s /opt/sourcegit/sourcegit /usr/bin/sourcegit
|
||
|
exit 0
|