#!/bin/bash mkdir -p ~/.secrets apikey=a6fdf81e-7759-4e6a-9737-c000cbc5cc85 echo $apikey > ~/.secrets/zedbox_api_key echo generated key is $apikey