mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-06 08:36:24 +02:00
9 lines
178 B
Bash
9 lines
178 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
wai=$(dirname $(readlink -f $0))
|
||
|
source "${wai}/include.sh"
|
||
|
|
||
|
##### Test extract a theme that uses variables on a config file
|
||
|
$exec extract ${data}/config-with-vars
|
||
|
|