Skip to content

Instantly share code, notes, and snippets.

  • Biden wins the popular vote, and carries the key swing states of Arizona, Wisconsin, Michigan and Pennsylvania by decent but not overwhelming margins.

  • Trump immediately declares that the voting was rigged, that there was mail-in ballot fraud and that the Chinese were behind a plan to provide fraudulent mail-in ballots and other "election hacking" throughout the four key swing states that gave Biden his victory. Having railed against the Chinese throughout the campaign, calling Biden "soft on China," Trump delivers his narrative claiming the Chinese have interfered in the U.S. election.

  • Trump indicates this is a major national security issue, and he invokes emergency powers, directing the Justice Department to investigate the alleged activity in the swing states. The legal justification for the presidential powers he invokes has already been developed and issued by Barr. The investigation is intended to tick down the clock toward December 14, the deadline when each state's Electoral College electors mu

@innerop
innerop / ssh-multi.sh
Created October 27, 2018 17:05 — forked from dmytro/ssh-multi.sh
Start multiple synchronized SSH connections with Tmux
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
starttmux() {
if [ -z "$HOSTS" ]; then
@innerop
innerop / ssh-multi.sh
Created October 27, 2018 17:04 — forked from dmytro/ssh-multi.sh
Start multiple synchronized SSH connections with Tmux
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
starttmux() {
if [ -z "$HOSTS" ]; then