Skip to content

Instantly share code, notes, and snippets.

View aidapsibr's full-sized avatar

AIDA aidapsibr

View GitHub Profile
@aidapsibr
aidapsibr / consul
Created April 4, 2016 03:21 — forked from stojg/consul
consul service init script for debian
#!/bin/sh
### BEGIN INIT INFO
# Provides: consul
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: S 0 1 6
# Short-Description: Consul service discovery framework
# Description: Healthchecks local services and registers
# them in a central consul database.
get-childitem . -include *.sln -recurse | foreach ($_) { nuget restore $_.FullName -verbosity detailed}
get-childitem . -include *.png -recurse | foreach ($_) { pngout "$_"}