Diff

Differences From Artifact [b7083177d4]:

To Artifact [f56f48d37a]:


1
2
3
4
5
6
7
8
9
10
11
1
2


3
4
5
6
7
8
9


-
-







#! /usr/bin/env bash

set -x

appfsd_options=()
if [ "$1" == "--cachedir" ]; then
	appfsd_options=("${appfsd_options[@]}" '--cachedir' "$2")

	shift; shift;
fi