echo "bash cw_bash.txt This bash script runs some example script that is in the Debian 8.5 main software repository."; # su; apt-get install --allow-unauthenticated -y cw; cw -V; cw -f /usr/share/cw/demo.cw; cw -f /usr/share/cw/prelude.cw; cw -f /usr/share/cw/test.cw; echo "end cw";