Code Update

This commit is contained in:
Christer Warén
2024-05-09 13:26:22 +03:00
parent a6cb4ae626
commit 3618a34c41
4 changed files with 58 additions and 46 deletions

View File

@ -7,4 +7,11 @@ wx-start(){
echo " Warén CLI "
echo -n "$wxNormal"
echo "=============================="
mkdir -p $HOME/.config/warengroup &> /dev/null
if [[ ! -f "$HOME/.config/warengroup/config.json" ]]
then
echo '{}' | jq > $HOME/.config/warengroup/config.json
fi
}