home.social

#bashmagic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #bashmagic, aggregated by home.social.

fetched live
  1. #mastoadmin
    How to get all users from your instance in order to send them a message

    ```
    ❯ curl -H "Authorization: Bearer <Auth Key>" indiehackers.social/api/v1/adm | jq -r ".[].username" | awk '{print}' ORS=',@' | rev | cut -c3- | rev

    ```

    #bash #climagic #bashmagic