Newer
Older
#!/bin/bash
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
echo "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
#!/bin/bash
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
echo "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
Hosted with