Skip to content

Instantly share code, notes, and snippets.

View Holger-Will's full-sized avatar
🎯
Focusing

Holger Will Holger-Will

🎯
Focusing
View GitHub Profile
/**
* Calculates the AMZ Warehouse fees
*
* @param {number} TotalAmount The total amount you plan to send to the warehouse
* @param {number} SellsPerDay The amout you sell per day.
* @param {number} PackageSize The size of the package in m³
* @param {number} AMZFee The AMZ warehouse fee (normal fee: 26€).
* @return the total cost for storing the supplied amount until it
* @customfunction
*/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Holger-Will
Holger-Will / install-drive.sh
Last active July 20, 2020 06:21
installscript for odeke-em/drive
sudo apt install golang
mkdir ~/gopath
echo export GOPATH=\$HOME/gopath >> ~/.bashrc
echo export PATH=\$GOPATH:\$GOPATH/bin:\$PATH >> ~/.bashrc
source ~/.bashrc
go get -u -v github.com/odeke-em/drive/cmd/drive
mkdir ~/gdrive
drive init ~/gdrive