fake-kernel-panic 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # fake_kernel_panic
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env node
2
+ import { exec } from 'child_process'
3
+
4
+
5
+ const image_path = "panic.png"
6
+ exec(`feh -F -Z ${image_path}`)
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "fake-kernel-panic",
3
+ "version": "1.0.0",
4
+ "description": "just for fun",
5
+ "keywords": [
6
+ "fake",
7
+ "prank",
8
+ "for",
9
+ "fun"
10
+ ],
11
+ "homepage": "https://github.com/Rzfan03/fake_kernel_panic#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/Rzfan03/fake_kernel_panic/issues"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/Rzfan03/fake_kernel_panic.git"
18
+ },
19
+ "author": "rzfan03",
20
+ "type": "module",
21
+ "main": "index.js",
22
+ "bin": {
23
+ "fkp": "./index.js"
24
+ },
25
+ "scripts": {
26
+ "test": "echo \"Error: no test specified\" && exit 1"
27
+ }
28
+ }
package/panic.png ADDED
Binary file