<?php /* * sym links erstellen */ #echo system('ln -s ../typo3_src typo3_src'); #echo system('ln -s typo3_src/typo3 typo3'); #echo system('ln -s typo3_src/index.php index.php'); /* * Copy */ #echo system('cp -R /von/datei /nach/'); /* * Dummy…