Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00c037ec95 | |||
| eb2314eeb8 | |||
| f29b0da9f5 |
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
VERSION=0.6r11
|
||||
VERSION=0.6r9
|
||||
DEST=$1
|
||||
shift 1
|
||||
ORIG=$@
|
||||
|
||||
@@ -37,7 +37,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
for i in $@
|
||||
do
|
||||
if [ $i -ne "-i" ]
|
||||
if [ $i != "-i" ]
|
||||
then
|
||||
case $i in
|
||||
"rar" | "unrar")
|
||||
|
||||
@@ -35,7 +35,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
for i in $@
|
||||
do
|
||||
if [ $i -ne "-i" ]
|
||||
if [ $i != "-i" ]
|
||||
then
|
||||
case $i in
|
||||
"rar" | "unrar")
|
||||
|
||||
@@ -49,7 +49,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
for i in $@
|
||||
do
|
||||
if [ $i -ne "-i" ]
|
||||
if [ $i != "-i" ]
|
||||
then
|
||||
case $i in
|
||||
"rar" | "unrar")
|
||||
|
||||
@@ -36,7 +36,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
for i in $@
|
||||
do
|
||||
if [ $i -ne "-i" ]
|
||||
if [ $i != "-i" ]
|
||||
then
|
||||
case $i in
|
||||
"rar" | "unrar")
|
||||
|
||||
Reference in New Issue
Block a user