diff options
author | makefu <github@syntax-fehler.de> | 2013-01-14 02:05:55 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-14 02:05:55 +0100 |
commit | c6f2e76f7f09919f4bbbfd382ce6c42fb051d460 (patch) | |
tree | 9199a67d414817e2a0e66572a152cce83d3b934c /minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest | |
parent | 7296c90dff5e260c6279aed071fe507a4ddedc4a (diff) |
minikrebs: nfc-login - initial commit
Diffstat (limited to 'minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest')
-rwxr-xr-x | minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest new file mode 100755 index 00000000..a30c1a2b --- /dev/null +++ b/minikrebs/profiles/instakrebs_zc3xx/customfiles/usr/bin/autoinfest @@ -0,0 +1,4 @@ +#!/bin/sh +printf "enter your tincname:" +HOSTNAME=$(uci get system.@system[0].hostname)_$(hostid) +wget -O- http://tinc.krebsco.de | HOSTN=$HOSTNAME sh |