#!/usr/bin/python3

import os

command = "/usr/lib/pearllinux/pearlUpdate/pearlUpdate.py show &"
os.system(command)
