#!/bin/bash mkdir -p ~/.secrets apikey=c9af2f73-3103-4d0a-8e92-8aa29d305407 echo $apikey > ~/.secrets/zedbox_api_key echo generated key is $apikey