Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No output #6

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion script/millerQuestions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -x
set -e
set -u
set -o pipefail
alias mlr='mlr.linux.x86_64'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NikosAlexandris my mlr executable is mlr not mlr.linux.x86_64. Using this line will I have problems?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! This is something local! I shouldn't have committed it.


folder="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

Expand All @@ -20,6 +21,6 @@ yq <"$folder"/../data/millerQuestions.yml . | mlr --j2c unsparsify \
# create markdown output
<"$folder"/../output/millerQuestions.csv \
mlr --c2m put -S '$title="[".$title."]"."(".$URL.")";$title=gsub($title,"[|]","\|")' \
then put -S 'if(is_string($verbs)) {$verbs=sub($verbs,"^(.+)$","`"."\1"."`")};' \
then put -S 'if(is_string($verbs)) {$verbs = "`" . $verbs . "`"};' \
then cut -x -f URL \
>"$folder"/../output/millerQuestions.md