diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/binary b/binary new file mode 100755 index 0000000..f76e827 Binary files /dev/null and b/binary differ diff --git a/launch b/launch deleted file mode 100755 index 5d5976b..0000000 --- a/launch +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -url="https://github.com/png261/viti/releases/latest/download/binary" -curl --location $url -o /tmp/viti -chmod +x /tmp/viti -/tmp/viti - -