/* * Copyright (c) 2012-2015 iWave Software LLC * All Rights Reserved */ package com.iwave.ext.linux.command; import com.iwave.ext.command.Command; /** * Basic Linux SSH command that adds in logging. * * @author Chris Dail */ public class LinuxCommand extends Command { }