Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hello_world
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Administrator
hello_world
Commits
7dbfed2f
Commit
7dbfed2f
authored
5 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Remove hello.sh
parent
c8abe14c
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hello.sh
+0
-10
0 additions, 10 deletions
hello.sh
with
0 additions
and
10 deletions
hello.sh
deleted
100644 → 0
+
0
−
10
View file @
c8abe14c
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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment