2019-10-09 08:00:34 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
wai=$(dirname $(readlink -f $0))
|
|
|
|
source "${wai}/include.sh"
|
|
|
|
|
2019-10-09 16:50:21 -04:00
|
|
|
##### Test extract a theme that do not use variables on a config file
|
2019-10-09 08:00:34 -04:00
|
|
|
$exec extract ${data}/config
|
|
|
|
|