diff options
author | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 11:44:20 +0100 |
---|---|---|
committer | Torben Egmose <torben.egmose@gmail.com> | 2021-02-07 11:44:20 +0100 |
commit | 2834582fcf6b540dc86ce35b3bde4ccc778df330 (patch) | |
tree | b5d2d1a3729a710a6e1c2fb5b0b34254d0a9c82b /seen |
initial release
Diffstat (limited to 'seen')
-rwxr-xr-x | seen | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/bash + +/usr/bin/curl -s --data-binary "hostname=$( hostname )&service=$1" http://172.19.1.11/seen.php + |