blob: 25169066a6ba8825234d25a1e3463349700e8458 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
wai=$(dirname $(readlink -f $0))
source "${wai}/include.sh"
##### Test apply on theme with no variables
$exec apply -d ${data}/google
##### Test apply on theme with variables
$exec apply -d ${data}/seti
|