Skip to content
Snippets Groups Projects
Select Git revision
  • 31628fd790d400e3e34bb543fae35c9fc7cd3d2f
  • master default protected
  • Patrik
  • own-vm
  • Mike
5 results

cirun.sh

Blame
  • cirun.sh 197 B
    #!/bin/bash
    
    if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
      #echo "Not yet 😉" > "második videó.md"
      echo "Lorem Ipsum is simply dummy text of the printing and typesetting industry."
    fi