Created
November 3, 2011 01:00
-
-
Save cdwilson/1335468 to your computer and use it in GitHub Desktop.
Start tftp server on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# files go into /private/tftpboot/ | |
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist | |
sudo launchctl start com.apple.tftpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment