Commit 953aa184 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add test_ipfs.sh

parent 38afe9d7
#!/bin/sh
export EGET_IPFS_DB=/var/lib/eepm/eget-ipfs-db.txt
check_ok()
{
echo "$ $*"
../$* && echo " OK" || echo "FAILED"
}
check_ok eget --check https://cloudflare-ipfs.com/ipfs/QmYwf2GAMvHxfFiUFL2Mr6KUG6QrDiupqGc8ms785ktaYw
check_ok eget --check https://cloudflare-ipfs.com
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment