8 lines
68 B
Smarty
Executable File
8 lines
68 B
Smarty
Executable File
#!/bin/sh
|
|
|
|
{% if light %}
|
|
echo light
|
|
{% else %}
|
|
echo dark
|
|
{% end %}
|