#!/bin/sh

# Start encoding engine
dripencoder 

# Start GUI
nice -n 5 gnomedrip

