source: bootcd/config/sbin/remoteaccess @ f9ce31e

perl-5.22
Last change on this file since f9ce31e was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100755
File size: 153 bytes
Line 
1#!/bin/bash
2
3# Remote access script voor regressie tests en debugging.
4/etc/rc.d/rc.sshd start
5xhost +
6dhclient eth0
7echo "Klaar voor remote access.."
Note: See TracBrowser for help on using the repository browser.