diff --git a/.pct-helpers b/.pct-helpers index 97470e2..17deb18 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -296,8 +296,7 @@ reviewApplyChanges(){ local file=$1 echo "# Review updated: ${file}.new:" @ cat ${file}.new - echo - # XXX add option to edit... + echo '---' local res while true ; do read -ep "# [a]pply, [e]dit, [s]kip? " res diff --git a/ssh/make.sh b/ssh/make.sh index 00e78f4..d831834 100755 --- a/ssh/make.sh +++ b/ssh/make.sh @@ -1,5 +1,9 @@ #!/usr/bin/bash #---------------------------------------------------------------------- +# +# XXX disable password login... +# +#---------------------------------------------------------------------- cd $(dirname $0) PATH=$PATH:$(dirname "$(pwd)")