Skip to content

Commit

Permalink
+ alias: pdcpx: also add pdcp aliases, same as for pdsh aliases
Browse files Browse the repository at this point in the history
these should have been added along with the previous commit, copying
files is done with nearly the same frequency as a pdsh invocation itself
  • Loading branch information
smemsh committed Dec 6, 2024
1 parent 550d0c3 commit 1aefc61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ alias coll "dshbak -c"
alias pdshr "pdsh -l root"
alias pdshx "pdsh -X pdsh_all_skip"
alias pdshrx "pdsh -X pdsh_all_skip -l root"
alias pdcpr "pdcp -l root"
alias pdcpx "pdcp -X pdcp_all_skip"
alias pdcprx "pdcp -X pdcp_all_skip -l root"

alias activate "source bin/activate"
alias py "python3 -q"
Expand Down

0 comments on commit 1aefc61

Please sign in to comment.