๐Ÿ“ฆโž”๐Ÿฆ‹ 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.9

Ducky 7f4e01e7 167f7938

+2 -2
+1 -1
atfile-install.sh
··· 6 6 } 7 7 8 8 uid="$(id -u)" 9 - tag="v/0.x/0.4.8" 9 + tag="v/0.x/0.4.9" 10 10 url="https://raw.githubusercontent.com/electricduck/atfile/refs/tags/$tag/atfile.sh" 11 11 12 12 install_file="atfile"
+1 -1
atfile.sh
··· 2135 2135 _prog="$(basename "$(atfile.util.get_realpath "$0")")" 2136 2136 _prog_dir="$(dirname "$(atfile.util.get_realpath "$0")")" 2137 2137 _prog_path="$(atfile.util.get_realpath "$0")" 2138 - _version="0.4.8" 2138 + _version="0.4.9" 2139 2139 _c_author="Ducky" 2140 2140 _c_year="2024" 2141 2141 _gh_user="electricduck"