yimrakhee

#!/bin/bash
set -e
source <(curl -sSL https://estudio-debian.pages.dev/functions.lib)
script() {
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/ampg/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/smallmuffin/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/crushfuzz/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/letsdist/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/springs/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/tuneb/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/ampb/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/fuzzb/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/distb/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
TARGET="$(curl -sSL https://codeberg.org/yimrakhee/suboctb/releases | grep Linux_x64.zip | cut -d '"' -f8 | head -n1)"
download
}
tmprun script