From 21ea4228a9fa2ba88cf741b7e15c253bcb72812d Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Tue, 25 Dec 2018 14:27:57 +0000 Subject: [PATCH] set rufus.akeo.ie redirect to rufus.ie --- CNAME | 1 + _gs.sh | 9 --------- downloads/index.html | 8 ++++++++ files/index.html | 8 ++++++++ index.html | 8 ++++++++ 5 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 CNAME delete mode 100755 _gs.sh create mode 100644 downloads/index.html create mode 100644 files/index.html create mode 100644 index.html diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..098cd9ea --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +rufus.akeo.ie \ No newline at end of file diff --git a/_gs.sh b/_gs.sh deleted file mode 100755 index 4faf397f..00000000 --- a/_gs.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 diff --git a/downloads/index.html b/downloads/index.html new file mode 100644 index 00000000..03ddce04 --- /dev/null +++ b/downloads/index.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/files/index.html b/files/index.html new file mode 100644 index 00000000..04a883e0 --- /dev/null +++ b/files/index.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 00000000..865aa09b --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ + + + + + + + + -- GitLab