/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to scripts/process_text_to_image.sh

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-13 20:56:49 UTC
  • Revision ID: git-v1:20ff0f10a6826f57b1fdcc431188d7d53d7f63d3
Added changelog and removed eval.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Changes
5
5
#
6
6
# 2018-09-03:
7
 
# added --no-header for when you want to use your own pandoc header
 
7
#   * added --no-header for when you want to use your own pandoc header
8
8
#
9
9
# 2018-09-22
10
 
# Fixed --no-header... Seemed to have forgotten the "$" infront of the variable.
 
10
#   * Fixed --no-header...
 
11
#     Seemed to have forgotten the "$" infront of the variable.
 
12
#
 
13
# 2021-01-13
 
14
#   * fixed up the if statments.
11
15
#
12
16
# ------
13
17
 
167
171
  
168
172
  while [[ $# -gt 0 ]]
169
173
  do
170
 
    eval key="${1}"
171
174
    
172
175
    case "${1}" in
173
176
      -i|--input)