#!/bin/sh

cd /usr/src
tar cf - router/ | gzip -c >$(cat router/Version)-devsnapshot.tar.gz
