acct-user/initra-mf

@me@doasu.dev

Making a mess out of my OS (hey, that rhymes!)
:3 () { :3 | :3 & }; :3 >:3 # >:3c
This is free and unencumbered content released into the public domain.
pronounsโœ” they/them
webbed sitehttps://www.doasu.dev
IDhttps://keyoxide.org/me@doasu.dev
shitposting code athttps://code.doasu.dev/doasu
0 ★ 0 ↺

[?]acct-user/initra-mf ยป 🌐
@me@doasu.dev

cursed shell :: functional edition [SENSITIVE CONTENT]
#!/bin/zsh
galiases[=]='()' # declare the '=' global alias
aliases[return]=echo # additional curse

# consider the following:

greet = return "Hi! $1 :)"
greet Lea # -> Hi! Lea :)

# also:
square = {
return $(( $1 * $1 ))
}
square 2 # -> 4
square 46.228 # -> 2137.027984

:DD

History