Sfoglia il codice sorgente

Do not update merged file, remove README.md

master
Arun Prakash Jana 5 anni fa
parent
commit
472564fd7f
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
2 ha cambiato i file con 3 aggiunte e 6 eliminazioni
  1. +1
    -2
      plugins/getplugs
  2. +2
    -4
      plugins/imgresize

+ 1
- 2
plugins/getplugs Vedi File

@@ -15,7 +15,6 @@ is_cmd_exists () {

merge () {
vimdiff $1 $2
cp -vRf $1 $2
}

prompt () {
@@ -63,4 +62,4 @@ done
cd ../..

$sucmd mv -vf nnn-master/misc/nlaunch/nlaunch /usr/local/bin/
rm -rf nnn-master/ master.tar.gz README.md
rm -rf nnn-master/ master.tar.gz $PLUGIN_DIR/README.md

+ 2
- 4
plugins/imgresize Vedi File

@@ -25,8 +25,6 @@ if [ -z "$res" ]; then
read res
fi

if ! [ -z "$res" ]; then
if ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi
if ! [ -z "$res" ] && ! [ -z "$minsize" ]; then
imgp -ackx "$res" -s "$minsize"
fi

||||||
x
 
000:0
Loading…
Annulla
Salva