File: example.v3

package info (click to toggle)
shellia 5.7.6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 728 kB
  • sloc: sh: 7,087; makefile: 34
file content (17 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# vim: set filetype=sh :
#        file: example.v3
#   copyright: Bernd Schumacher <bernd.schumacher@hpe.com> (2007-2020)
#     license: GNU General Public License, version 3
# description: example that needs to use eval
#    see also: test.v3
set -e
set -u
. ./ia

a="a a a"
b="b b b"

eval "$ia_init"
ia_add "echo \"a=<$<a>> b=<$<b>>\""
ia