blob: 8557c706380f72aa2f2516d7301a55962797e537 (
plain)
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
52
|
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>GYGB</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="css/style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108635191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108635191-1');
</script>
</head>
<body>
<body class="noisy"></body>
<div class="emblem"><span class="icon-information"></span></div>
<div class="frame">
<div class="piece output">
<h1>Get Your Grub Back</h1>
<h2><a href="https://navanchauhan.github.io">Go Home</a></h2>
<br>
<p>> cat short_description.txt<br>
Get Your Grub Back - An AIO Toolkit to repair your grub
</p>
<p>> cat usage.txt<br>
Just boot from any live distro and enter the following command :<br>
wget https://github.com/N3V0N/GYGB/releases/download/2.0/gygb.sh<br>
Then<br>
bash gygb.sh
</p>
</div>
<div class="piece scanlines noclick"></div>
<div class="piece glow noclick"></div>
</div>
</body>
</html>
|