add server alias file

This commit is contained in:
crater2150 2024-07-16 01:06:04 +02:00
parent c7e72c3cb9
commit 54133a240b

4
aliases/server Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
matrix() {
curl --header "Authorization: Bearer $(pass servers/matrix/matrix.qwertyuiop.de_admintoken)" -X $1 "https://qwertyuiop.de:8448/${2#/}"
}