Skip to content
Snippets Groups Projects
Commit 7dbfed2f authored by root's avatar root
Browse files

Remove hello.sh

parent c8abe14c
Branches master
No related tags found
No related merge requests found
SCRIPT_PATH="`dirname \"$0\"`" # relative
# python ${SCRIPT_PATH}/hello.py # run command
DIRNAME=$(date +"%Y-%m-%d_hello") # output dir
DATASET_NAME="output-$DIRNAME"
mkdir -p ${DATASET_NAME}
echo -n "HELLO SEKAI" > ${DATASET_NAME}/one.txt
dataset_json_file=${DATASET_NAME}/${DATASET_NAME}.dataset.json
echo "{\"version\": \"v1.0\"}" > $dataset_json_file
metadata_json_file=${DATASET_NAME}/${DATASET_NAME}.met.json
echo "{}" > $metadata_json_file
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