mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 09:44:25 +00:00
6 lines
144 B
Bash
Executable File
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
|