10 lines
345 B
Bash
10 lines
345 B
Bash
actions="notifs notifs2 comments freepost shitpost follow unfollow home deref whoami login"
|
|
#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
|
|
#Misc
|
|
deref(){ getauth "resolve_object" "" "q=$*"; } |