* ๐Ÿงต๐Ÿˆ Threadcat /A radically simple, low feature, message board for shared *nix systems/ Why? Because its just 4 small shell scripts and some easy-to-do directory config. ** Basic Idea You post to threadcat using =cat= or =echo=. Here is an example: #+begin_src shell cat < usermod -a -G threadcat # make the threadcat directory mkdir /opt/threadcat #and make it and its contents writable by threadcat group chown root:threadcat /opt/threadcat chmod g+rwxs /opt/threadcat #+end_src Thats it!