From 543e857073440ec9e42367b83adbd197a31378a8 Mon Sep 17 00:00:00 2001 From: nemo Date: Sat, 12 Oct 2024 17:13:12 +0200 Subject: [PATCH] amogus --- bashrc | 1 + nocomment | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f644edd..5339a3f 100755 --- a/bashrc +++ b/bashrc @@ -151,6 +151,7 @@ alias ssh-save='eval $(ssh-agent) && ssh-add' alias raylib="cd /usr/local/include && v raylib.h" alias d="dev" alias packtoday="grep ' install ' /var/log/dpkg.log" +alias amongus="p3 -c 'print(chr(sum(range(ord(min(str(not())))))))' | lolcat" # alias avec parametre emoji(){ grep -i $1 $OPT_PATH/emoji; } diff --git a/nocomment b/nocomment index 33837d1..43e3ed6 100755 --- a/nocomment +++ b/nocomment @@ -1,4 +1,4 @@ #!/bin/bash -sed "/\/\//d" $1 |\ +sed "s/ *\/\/.*$//g" $1 |\ sed "/\/\*/,/\*\/$/d"