As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #! /usr/bin/python | |
| from datadog import initialize, api | |
| import requests | |
| import time | |
| # DataDog bootstrap | |
| options = { | |
| 'api_key': 'yourkeyhere', | |
| 'app_key': 'yourkeyhere' | |
| } |