fake-relearn-env/enter-the-shell.sh

20 lines
778 B
Bash
Executable File

#! /bin/bash
source ./bash-preexec.sh
source ./bash-hooks.sh
echo ""
echo "Welcome to the Relearn Roaming Server!"
echo ""
echo "Strongly inspired by the Feminist Server Manifesto (https://areyoubeingserved.constantvzw.org/Summit_afterlife.xhtml)"
echo "some members of the Relearn community met and discussed how this could practically manifest when interacting with the"
echo "server. Based on these discussions, some default programs and functions were modified accordingly, and others were added."
echo ""
echo "To read more about:"
echo ""
echo " * these programs and how to use them, run 'reroaming guide'"
echo " * how to modify them and write your own, run 'reroaming howto'"
echo " * the principles behind these modifications, run 'reroaming why'"
echo ""
echo ""