mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Delete test/bin/fsh
It has been replaced with test_fsh(). License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
fa13afa5ca
commit
bbb6196d12
13
test/bin/fsh
13
test/bin/fsh
@ -1,13 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Author: Juan Batiz-Benet <juan@benet.ai>
|
||||
# MIT LICENSED
|
||||
|
||||
# verbose eval, and exit with error, so we can avoid writing:
|
||||
# echo "cat version.txt" && cat version.txt && false
|
||||
|
||||
# echo "# > $@"
|
||||
# eval $@ | sed -e 's/^/# /'
|
||||
echo "> $@"
|
||||
eval $@
|
||||
echo ""
|
||||
exit 1
|
||||
Loading…
Reference in New Issue
Block a user