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