#!/bin/bash

# gototesting -- Revision: 1.0 -- by Basalt Linux

totesting () {
  cp /etc/apt/sources.list /etc/apt/sources.list.b4testing
  cp /usr/share/basalt/sources/sources.testing /etc/apt/sources.list
  apt-get -y update
  apt-get -y dist-upgrade
}
totesting
