Skip to content
Snippets Groups Projects
Commit f233c906 authored by nimrod's avatar nimrod
Browse files

utcnow alias.

parent cde8acc7
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,7 @@ alias unscp="scp -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking ...@@ -184,6 +184,7 @@ alias unscp="scp -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking
alias unsftp="sftp -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\"" alias unsftp="sftp -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\"" alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias update-requirements='find -name "*requirements*.txt" -exec pur --requirement {} \;' alias update-requirements='find -name "*requirements*.txt" -exec pur --requirement {} \;'
alias utcnow='date --utc --iso-8601=seconds'
alias venv='python3 -m venv' alias venv='python3 -m venv'
# shellcheck disable=SC2139 # shellcheck disable=SC2139
alias wbr="ssh -t ns4.shore.co.il $(command -v wb)" alias wbr="ssh -t ns4.shore.co.il $(command -v wb)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment