未验证 提交 21ea4228 编写于 作者: P Pete Batard

set rufus.akeo.ie redirect to rufus.ie

上级 15c1bb49
rufus.akeo.ie
\ No newline at end of file
#!/bin/sh
git branch | grep -q \*
if [ $? -eq 0 ]; then
git symbolic-ref HEAD refs/heads/dummy
echo "Switched to fake branch 'dummy'"
else
git symbolic-ref HEAD refs/heads/master
echo "Switched to branch 'master'"
fi
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie/downloads">
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie/files">
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://rufus.ie">
</head>
<body>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册