blob: 1137624dce2b4bcc504c8d20dbd626fc61fcc44b (
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-keywords-location
|