-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple-shell.html
51 lines (50 loc) · 2.42 KB
/
simple-shell.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-W16-1 21:08 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>A Simple Clojure Shell</title>
<meta name="author" content="Inanna" />
<meta name="description" content="Svaqvat gur ybatrfg jbeq jura ebg13'q vf nyfb n jbeq." />
<meta name="generator" content="Org Mode" />
<link href="/site.css" rel="stylesheet" type="text/css" /><link href="images/website-icon.png" rel="icon" />
</head>
<body>
<div id="preamble" class="status">
<div><a href="/index.html"><img alt="An abstract logo representing a series of three assembly line stamping machines with the words CONS, DEV, and embalzoned in white on each machine." id="site-logo" src="/images/website-logo.png" /></a></div>
</div>
<div id="content" class="content">
<h1 class="title">A Simple Clojure Shell
<br />
<span class="subtitle">It is known that every.</span>
</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org3baa15f">Introduction</a></li>
</ul>
</div>
</div>
<blockquote>
<p>
It is a truth universally acknowledged, that a programmer in possession of free time, must be in want of a new shell.
</p>
</blockquote>
<div id="outline-container-org3baa15f" class="outline-2">
<h2 id="org3baa15f">Introduction</h2>
<div class="outline-text-2" id="text-org3baa15f">
<p>
I like shells, and I really want to live in a LISP machine. Unfortunately though, being born in 1999, I never got to use them so I also never got to suffer through them and have that desire burnt from my body as I tried to debug some horrific ~~ passing style command.
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Last Modified: 2022-W11-4 17:17</p><p class="creator">Generated Using: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 27.2 (<a href="https://orgmode.org">Org</a> mode 9.4.6)</p><p class="license">Except where otherwise noted content on <a href="https://cons.dev">cons.dev</a> is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div>
</body>
</html>