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