Brijesh's Git Server — scripts @ main

shell scripts, served simply

index.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>scripts.brijesh.dev</title>
  <script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-neutral-800 text-neutral-100 flex items-center justify-center min-h-screen">
  <main class="text-center">
      <h1 class="text-2xl font-medium mb-4">scripts.brijesh.dev</h1>
      <p class="mb-4">Shell scripts, served simply.</p>
      <code class="bg-neutral-700 p-2 rounded">curl https://scripts.brijesh.dev/[script-name].sh | bash</code>
  </main>
</body>
</html>