Last change
on this file since 37374 was 37374, checked in by davidb, 3 months ago |
First cut at files to get things going
|
-
Property svn:executable
set to
*
|
File size:
274 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | version=-v1.60.1-linux-amd64
|
---|
4 | installed_dir=rclone-all
|
---|
5 |
|
---|
6 | tar xvzf rclone-${version}-bin.tar.gz \
|
---|
7 | && mv rclone-${version} $installed_dir
|
---|
8 |
|
---|
9 | if [ $? = 0 ] ; then
|
---|
10 | echo "Untarred RClone $version and renamed the directory to:"
|
---|
11 | echo " $installed_dir"
|
---|
12 | fi
|
---|
13 |
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.