mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
7 lines
186 B
Bash
Executable File
7 lines
186 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
|
|
secret-tool lookup openweathermap api_key
|