Skip to content

Instantly share code, notes, and snippets.

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r
@RobertNickens
RobertNickens / drizly-lambda-script.js
Created June 29, 2016 11:41 — forked from mynamebrody/drizly-lambda-script.js
The AWS Lambda Function to order alcohol via Drizly
var https = require('https');
var CONFIG = {
base_url: 'sandbox.drizly.com',
partner_token: 'API_TOKEN',
token: 'USER_TOKEN',
delivery_address_id: 654321,
saved_credit_card_id: 123456,
latitude: 40.0155,
longitude: -105.284