Skip to content

Commit

Permalink
Linking session scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechambers committed Dec 15, 2020
1 parent 8d4ee8f commit 70b6691
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ All examples in hosted in this project are released under an MIT license.

### session

* [session for Bash](session)
* [session.ps1 for PowerShell](session.ps1)

Bash script (tested on OS X and Linux) that tracks and displays Crucible activity stats per play session.

To use, just start the script when you start playing, and it will update your aggregate stats for your session in realtime.
Expand All @@ -31,8 +34,8 @@ Requires a modern / updated version of bash to run on OS X. More info [here](htt

### status_notification

* [status_notification](status_notification)
* [status_notification_win.ps1](status_notification.ps1)
* [status_notification for Bash](status_notification)
* [status_notification.ps1 for PowerShell](status_notification.ps1)

Mac OS X Bash and Windows Powershell scripts script which monitors a player's Destiny 2 status, and sends a notification with info on the new status when it changes.

Expand Down

0 comments on commit 70b6691

Please sign in to comment.