#! /bin/bash

/usr/bin/vramsteg --style text --min 0 --max 3 --current 0
sleep 1
/usr/bin/vramsteg --style text --min 0 --max 3 --current 1
sleep 1
/usr/bin/vramsteg --style text --min 0 --max 3 --current 2
sleep 1
/usr/bin/vramsteg --style text --min 0 --max 3 --current 3
sleep 1
/usr/bin/vramsteg --remove
echo

