#!/bin/bash
echo ">>>> Hello, Vyom. Starting up your programs... <<<<"
echo ""
echo ">>> Starting firefox..."
nohup firefox -new-window
echo ">>> Starting thunderbird..."
nohup thunderbird
echo ">>> Starting telegram..."
nohup /home/vyom/Telegram/Telegram
echo ">>> Starting steam..."
nohup steam
echo ">>> Starting transmission..."
nohup transmission-gtk
echo ">>> Starting dictionary..."
nohup gnome-dictionary
echo ">>> Starting uget..."
nohup uget-gtk %u
echo ""
echo ">>>> ALL PROGRAMS LOADED <<<<"