2019-10-09 20:35:36 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
wai=$(dirname $(readlink -f $0))
|
|
|
|
source "${wai}/include.sh"
|
|
|
|
|
|
|
|
##### Test apply on theme with no variables
|
2019-10-09 21:31:37 -04:00
|
|
|
$exec apply -d ${data}/google ${data}/config-strange-colors-keyword-location
|
2019-10-09 20:35:36 -04:00
|
|
|
|