tangled
alpha
login
or
join now
zio.sh
/
atfile
๐ฆโ๐ฆ Store and retrieve files on the ATmosphere
34
fork
atom
overview
issues
2
pulls
pipelines
remove invalid argument
ducky.ws
2 months ago
53678509
e863dc7c
1/1
build.yaml
success
7s
options
unified
split
Changed files
+1
-1
src
shared
util.sh
+1
-1
src/shared/util.sh
···
88
88
89
89
function atfile.util.get_cache_path() {
90
90
# shellcheck disable=SC2154
91
91
-
mkdir -fp "$_path_cache"
91
91
+
mkdir -p "$_path_cache"
92
92
# shellcheck disable=SC2154
93
93
echo "$_path_cache/$1"
94
94
}