#!/bin/bash

HOST=`hostname`
DIR=~/.config/newsrc/$HOST

mkdir -p $DIR
$HOME/.config/bin/rotate_file -z $DIR/newsrc 
cp $HOME/.newsrc $DIR/newsrc
