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

Configure Feed

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

devel: ignore shellcheck issues

Ducky cdebff63 251454ca

+2
+2
atfile.sh
··· 63 63 ATFILE_DEVEL=1 64 64 ATFILE_DEVEL_DIR="$(dirname "${BASH_SOURCE[0]}")" 65 65 ATFILE_DEVEL_ENTRY="$(realpath "${BASH_SOURCE[0]}")" 66 + # shellcheck disable=SC2034 66 67 ATFILE_DEVEL_SOURCE="$ATFILE_DEVEL_ENTRY" 67 68 else 69 + # shellcheck disable=SC2034 68 70 ATFILE_DEVEL=1 69 71 ATFILE_DEVEL_DIR="$(dirname "$(realpath "$0")")" 70 72 ATFILE_DEVEL_ENTRY="$(realpath "$0")"