Create a script with the following commands to silently uninstall the SyAM Client



#!/bin/bash

yes 1 | ./uninstall 2>&1 >/dev/null