#!/bin/sh

case $(hostname -s) in
	mother) os="" ;;
	po-rbo) os="" ;;
	mars)   os="" ;;
esac

echo "$os "