mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
t0240: improve ipfsi()
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
7e69146933
commit
e6890e1b63
@ -12,7 +12,9 @@ export IPTB_ROOT="`pwd`/.iptb"
|
||||
export DEBUG=true
|
||||
|
||||
ipfsi() {
|
||||
local dir=$1; shift; IPFS_PATH="$IPTB_ROOT/$dir" ipfs $@
|
||||
dir="$1"
|
||||
shift
|
||||
IPFS_PATH="$IPTB_ROOT/$dir" ipfs "$@"
|
||||
}
|
||||
|
||||
setup_iptb() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user