#!/usr/bin/env bash

curl -sSL https://github.com/BrandonXLF/se/releases/latest/download/se -o se
chmod +x se
mv se /usr/local/bin/se
printf "\nInstalled sucessfully! Run se to get started.\n\n"