mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-30 16:10:19 +01:00
82493d6dcb
* GDrive provider support * More reliable basedir ownership * Fix mimetype
6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
today=$(date +%Y%m%d)
|
|
|
|
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE
|
|
|