blob: 3dbe85afc03eb4d110a725201de54cf09c871b0c (
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-strange-colors-keyword-location
|