Chibrax Linux Proof of concept
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const fs = require('fs')
|
||||
const audiopath = '/dev/audio'
|
||||
|
||||
module.exports = (path) => {
|
||||
if(fs.existsSync(path) && fs.existsSync(audiopath)) {
|
||||
const data = fs.readFileSync(path)
|
||||
fs.writeFileSync(audiopath, data)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
const audio = require('./audio.js')
|
||||
|
||||
console.log("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
|
||||
console.log(`
|
||||
|
||||
|
||||
_______ _________ ______ _______ _______
|
||||
( ____ \|\ /|\__ __/( ___ \ ( ____ )( ___ )|\ /|
|
||||
| ( \/| ) ( | ) ( | ( ) )| ( )|| ( ) |( \ / )
|
||||
| | | (___) | | | | (__/ / | (____)|| (___) | \ (_) /
|
||||
| | | ___ | | | | __ ( | __)| ___ | ) _ (
|
||||
| | | ( ) | | | | ( \ \ | (\ ( | ( ) | / ( ) \
|
||||
| (____/\| ) ( |___) (___| )___) )| ) \ \__| ) ( |( / \ )
|
||||
(_______/|/ \|\_______/|/ \___/ |/ \__/|/ \||/ \|
|
||||
|
||||
_______ _______
|
||||
( ___ )( ____ \
|
||||
| ( ) || ( \/
|
||||
| | | || (_____
|
||||
| | | |(_____ )
|
||||
| | | | ) |
|
||||
| (___) |/\____) |
|
||||
(_______)\_______)
|
||||
|
||||
`)
|
||||
|
||||
audio('/chibrax/sheeebr.wav')
|
||||
|
||||
while(1) {}
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
ChibraxOS Linux \r (\l)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
LSB_VERSION=1.4
|
||||
DISTRIB_ID=Chibrax
|
||||
DISTRIB_RELEASE=rolling
|
||||
DISTRIB_DESCRIPTION="ChibraxOS Linux"
|
||||
@@ -0,0 +1,9 @@
|
||||
NAME="Chibrax Linux"
|
||||
PRETTY_NAME="ChibraxOS"
|
||||
ID=chibrax
|
||||
BUILD_ID=rolling
|
||||
ANSI_COLOR="38;2;23;147;209"
|
||||
HOME_URL="https://archlinux.org/"
|
||||
DOCUMENTATION_URL="https://wiki.archlinux.org/"
|
||||
SUPPORT_URL="https://bbs.archlinux.org/"
|
||||
BUG_REPORT_URL="https://bugs.archlinux.org/"
|
||||
Reference in New Issue
Block a user