#!/bin/bash
wget 'https://downloads.imagej.net/fiji/latest/fiji-linux64.zip'
unzip './fiji-linux64.zip'
rm './fiji-linux64.zip'