Files
dotfiles/bin/setup.sh
Matúš Námešný a2f8dd451a Update setup.sh
2018-06-12 15:11:15 +02:00

6 lines
144 B
Bash
Executable File

#!/bin/sh
echo "Enter OpenWeatherMap API key"
read line
echo $line | secret-tool store --label='OpenWeatherMap API Key' openweathermap api_key