3 Star 0 Fork 0

mirrors_ReneNyffenegger/defi_data

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
run_converter.sh 225 Bytes
Copy Edit Raw Blame History
Christian Nüssli authored 2021-09-12 20:23 . Update run_converter.sh
#!/bin/bash
set -e
set -o pipefail
function cleanup {
exit $?
}
trap "cleanup" EXIT
DIR="$(cd "$(dirname "$0")" && pwd)"
echo -ne "Konvertiere Daten "
python $DIR/converter.py
echo -ne "\t\t - Done.\r"
echo ""
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ReneNyffenegger/defi_data.git
git@gitee.com:mirrors_ReneNyffenegger/defi_data.git
mirrors_ReneNyffenegger
defi_data
defi_data
main

Search