mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
5 lines
82 B
Bash
5 lines
82 B
Bash
print -s {{ command }};
|
|
|
|
{%- if let Some(cd) = self.cd %}
|
|
cd {{ cd }}
|
|
{% endif %}
|