Remove "git clone" from Overleaf link
This commit is contained in:
parent
a9267748e8
commit
217ec8cd94
@ -32,7 +32,8 @@ echo "paste here and press ENTER"
|
|||||||
|
|
||||||
read
|
read
|
||||||
overleaf_git_url=$REPLY
|
overleaf_git_url=$REPLY
|
||||||
|
# remove "git clone" in case it was directly copied from Overleaf
|
||||||
|
overleaf_git_url=${overleaf_git_url#git clone }
|
||||||
overleaf_git_id=$(basename $overleaf_git_url)
|
overleaf_git_id=$(basename $overleaf_git_url)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user