📦➔🦋 Store and retrieve files on the ATmosphere
at dev 303 B view raw
1#!/usr/bin/env bash 2 3_atfile_path="$(dirname "$(realpath "$0")")/../atfile.sh" 4 5if [[ ! -f "$_atfile_path" ]]; then 6 echo -e "\033[1;31mError: ATFile not found (download: https://zio.sh/atfile)\033[0m" 7 exit 0 8fi 9 10# shellcheck disable=SC1090 11source "$_atfile_path" 12 13atfile.bsky_profile "ducky.ws"