๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

v0.4.2

Ducky 49d85a25 9d434897

+3 -3
+1 -1
atfile-install.sh
··· 6 6 } 7 7 8 8 uid="$(id -u)" 9 - tag="v/0.x/0.4.1" 9 + tag="v/0.x/0.4.2" 10 10 url="https://raw.githubusercontent.com/electricduck/atfile/refs/tags/$tag/atfile.sh" 11 11 12 12 install_file="atfile"
+2 -2
atfile.sh
··· 2036 2036 _prog="$(basename "$(realpath -s "$0")")" 2037 2037 _prog_dir="$(dirname "$(realpath -s "$0")")" 2038 2038 _prog_path="$(realpath -s "$0")" 2039 - _version="0.4.1" 2040 - _c_author="Ducky" 2039 + _version="0.4.2" 2040 + _c_author="Ducky <@ducky.ws>" 2041 2041 _c_year="2024" 2042 2042 _gh_user="electricduck" 2043 2043 _gh_repo="atfile"