12 lines
395 B
Bash
12 lines
395 B
Bash
actions="notifs notifs2 comments freepost shitpost follow unfollow home deref whoami login pendcount pending"
|
|
#Endpoints in other files mostly.
|
|
imps=$(dirname $(realpath $0))
|
|
|
|
source $imps/commands/accounts.sh
|
|
source $imps/commands/communities.sh
|
|
source $imps/commands/lurking.sh
|
|
source $imps/commands/posts.sh
|
|
source $imps/commands/admin.sh
|
|
|
|
#Misc
|
|
deref(){ getauth "resolve_object" "" "q=$*"; } |