We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448dba commit 6b3a869Copy full SHA for 6b3a869
hacker/src/help.rs
@@ -1,6 +1,5 @@
1
use colored::*;
2
use std::fs;
3
-
4
pub fn display_ascii() {
5
match fs::read_to_string("/usr/share/HackerOS/Config-Files/HackerOS-Ascii") {
6
Ok(content) => println!("{}", content.bright_cyan().bold().on_black()),
0 commit comments