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