#!/bin/bash
. get_root
for dir in /etc-*; do (
	v i "$dir" git pull
) done
