cdd alias and variable

This commit is contained in:
Yax
2021-10-12 16:45:14 +02:00
parent 2a676689f7
commit 6cdf29b627
+2 -1
View File
@@ -1,6 +1,7 @@
# set var # alias and set var
alias cdd='cd {{ .deploydir }}' alias cdd='cd {{ .deploydir }}'
export cdd={{ .deploydir }}
# maven # maven
if [ -f "{{ .java_truststore_file }}" ]; then if [ -f "{{ .java_truststore_file }}" ]; then