Skip to content
Snippets Groups Projects
cirun.sh 197 B
Newer Older
Tóth Miklós Tibor's avatar
Tóth Miklós Tibor committed
#!/bin/bash

if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
  #echo "Not yet 😉" > "második videó.md"
Rafael László's avatar
Rafael László committed
  echo "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
Tóth Miklós Tibor's avatar
Tóth Miklós Tibor committed
fi