Skip to content

Commit

Permalink
create symlink to wakatime-cli for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Dec 23, 2021
1 parent fdb13e1 commit 0ce3da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ def main(home=None):
if not isCliLatest():
downloadCLI()

try:
os.symlink(getCliLocation(), os.path.join(getResourcesFolder(), 'wakatime-cli'))
except:
pass


if is_py2:
import codecs
Expand Down

0 comments on commit 0ce3da4

Please sign in to comment.