Browse Source

add svn info to quicksvnrestore

pull/57/head
Gorgone 4 years ago
committed by GitHub
parent
commit
9131f03626
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      support/functions/_compress
  2. 1
      support/functions/_subversion

1
support/functions/_compress

@ -108,6 +108,7 @@ untarsvn(){
if [ -z "$1" ]
then
[ -f "$bsvn/last.tar.gz" ] && tar -xf "$bsvn/last.tar.gz"
printf "\e[1A $w_l SVN Revision : $c_l$(basename $(readlink -f $bsvn/last.tar.gz) .tar.gz)$w_l\n"
else
if [ -f "$bsvn/$1.tar.gz" ]

1
support/functions/_subversion

@ -92,6 +92,7 @@ svnrestore(){
}
quicksvnrestore(){
printf "$1 \n"
untarsvn $1
}

Loading…
Cancel
Save