Skip to content

Instantly share code, notes, and snippets.

@ran-z
ran-z / dashboard.ps1
Last active December 4, 2016 16:58
dashboard launcher
$url = "https://gist.githubusercontent.com/ran-z/44d90354486c6adef0f1b5323ce3642a/raw/bc948e8f26257e579b6e9adffb32014b7d4bd199/aria-dashboard.html"
$output = "C:\ARIA\Dashboard\dashboard.html"
Invoke-WebRequest -Uri $url -OutFile $output
Stop-Process -name python
cd C:\ARIA\Dashboard\
<!doctype html>
<html>
<head>
<title>ARIA</title>
<meta name="dashboard" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css" />
</head>
<body>