Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. This is a script I used when I wanted to create a symlink on a remote web server, but that web server had the `ln` command disabled (using cPanel's Jailshell).
  2.  
  3. It works by creating a symlink on the local computer, then using rsync to copy that symlink to the remote server (*cheetah*).