source: trunk/doc/course/install.sh

Last change on this file was 4371, checked in by olle, 11 years ago

Refs #788. Unix/Linux *.sh shell scripts have the shebang line changed from "#!/bin/sh" to "#!/bin/bash", in order to make the scripts work on Ubunto Linux without explicitly defining the shell.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 47 bytes
Line 
1#!/bin/bash
2rsync -av build/ /srv/www/htdocs/
3
Note: See TracBrowser for help on using the repository browser.