Upload files to "/"

This commit is contained in:
Sunblade 2025-09-13 01:21:49 +00:00
parent f123965fbb
commit 90bcddc328
1 changed files with 59 additions and 60 deletions

View File

@ -11,12 +11,11 @@ Usage:
*/
alias -l gemurlformat {
tokenize 47 $1
if (($left($2,1) == $chr(126)) && (!$3-)) {
return $+($1,/,$2,/index.gmi)
if ($right($1,4) != .gmi) {
return $+($1,/,index.gmi)
}
else {
return $+($1,/,$2,/,$3-)
return $1
}
}
alias dashmini {