11 lines
141 B
Bash
11 lines
141 B
Bash
#!/bin/bash
|
|
|
|
###
|
|
# Sets environment variables necessary for the functioning of this script
|
|
###
|
|
|
|
IFS='
|
|
'
|
|
_OPT_DB_FILE=.dam.db
|
|
_OPT_TMP=/tmp
|
|
|