Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
###################
## SAMPLE OUTPUT ##
###################
: <<'END'
Press Ctrl-C to exit at any point
Please enter a name for this cluster: prod1
@rm-rf-etc
rm-rf-etc / arango-init.sh
Created August 8, 2018 02:32
Install the ArangoDB Operator into a Kubernetes cluster
#!/bin/bash
# Installs the ArangoDB Operator into a Kubernetes cluster
LOCAL_STORAGE_YAML="\
apiVersion: storage.arangodb.com/v1alpha
kind: ArangoLocalStorage
metadata:
name: example-arangodb-storage
spec:
storageClass:
@rm-rf-etc
rm-rf-etc / index.html
Last active April 22, 2018 10:58
SVG sine wave
<!DOCTYPE html>
<html>
<head>
<style>
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { position: relative; }
div { position: relative; margin: auto; width: fit-content; margin-top: calc(50vh - 200px); }
</style>
</head>
<body>