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

Find on OpenBSD 5.9 doesn't have the -delete action, use -exec rm instead.

parent 40900977
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ alias rc_make="make --directory $HOME --always-make"
alias rc_update="rc_make vendored generated"
alias gen-ssh-config="rc_make .ssh/config"
alias bfg='java -jar $HOME/.local/share/bfg/bfg.jar'
alias prune_docker_remote='find ~/.ssh -maxdepth 1 -type s -name "docker_*" -delete'
alias prune_docker_remote='find ~/.ssh -maxdepth 1 -type s -name "docker_*" -exec rm {} \;'
alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit'
alias jjb='jenkins-jobs'
alias diff='diff --unified'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment