Megatest

Diff
Login

Differences From Artifact [f297bf7c02]:

To Artifact [a5c58a17c8]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#!/bin/sh
#! /bin/bash

#exits 1 when current host is not homehost.

if [[ ! -e .homehost ]]; then
    exit 0
fi