diff options
author | msglm <msglm@techchud.xyz> | 2023-10-06 01:37:55 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-10-06 01:37:55 -0500 |
commit | 277555941045dd985e62f485cc0e970527d072af (patch) | |
tree | bf60bb2357769f9ccfb7753d3b2f0635458ffb9a | |
parent | 4b4064624f305606a86a8845f246d1cd6f67809c (diff) | |
download | ipfs-archive-manager-277555941045dd985e62f485cc0e970527d072af.tar.gz ipfs-archive-manager-277555941045dd985e62f485cc0e970527d072af.tar.bz2 ipfs-archive-manager-277555941045dd985e62f485cc0e970527d072af.zip |
-rwxr-xr-x[-rw-r--r--] | ipfs-archive-manager | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipfs-archive-manager b/ipfs-archive-manager index 5571fbb..6c835ab 100644..100755 --- a/ipfs-archive-manager +++ b/ipfs-archive-manager @@ -6,7 +6,6 @@ organizationalDirectory=$1 #The name of the subfolder under the organizationalDirectory to put content into #If the input is `./$NAME`, where $NAME is the individual file name, there will be no subfolder -# nameOfContent=$2 #The acutal content itself, could be a file or a folder content=$3 |