We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e26502 commit 467f88bCopy full SHA for 467f88b
vul-dra.sh vul-dra
@@ -47,8 +47,8 @@ scraping_block(){
47
display(){
48
printf "%-50s%s\n" "LATIN VULGATE" "DOUAY RHEIMS"
49
printf "%-50s%s\n" "-------------" "---------------------------"
50
- VULGATE_DISPLAY=$(printf "%s" "$VULGATE" | fmt -w 50)
51
- DRA_DISPLAY=$(printf "%s" "$DRA" | fmt -w 50)
+ VULGATE_DISPLAY=$(printf "%s" "$VULGATE" | sed "s/'/'/g" | fmt -w 50)
+ DRA_DISPLAY=$(printf "%s" "$DRA" | sed "s/'/'/g" | fmt -w 50)
52
53
mkfifo vulgate_pipe dra_pipe
54
printf '%s\n' "$VULGATE_DISPLAY" > vulgate_pipe &
0 commit comments