#Git #Linux
#!/bin/sh nohup git daemon --base-path=. --export-all --reuseaddr --informative-errors --verbose --port=9418 > daemonlog &