Files
container.training/docs/chat/index.html.sh
Jerome Petazzoni a65cc3047a GOTO updates
2017-05-03 20:08:48 -07:00

17 lines
395 B
Bash
Executable File

#!/bin/sh
LINK=https://gitter.im/jpetazzo/workshop-20170504-chicago
#LINK=https://dockercommunity.slack.com/messages/docker-mentor
#LINK=https://usenix-lisa.slack.com/messages/docker
sed "s,@@LINK@@,$LINK,g" >index.html <<EOF
<html>
<!-- Generated with index.html.sh -->
<head>
<meta http-equiv="refresh" content="0; URL='$LINK'" />
</head>
<body>
<a href="$LINK">$LINK</a>
</body>
</html>
EOF