source: code/trunk/kanako-init@ 7

Last change on this file since 7 was 7, checked in by koizumi.aoi, 3 years ago

Give readonly attribute to core variables

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 218 bytes
Line 
1#!/bin/sh
2readonly conf_dir="$HOME/.config/kanako"
3readonly key_dir="$HOME/.kanako"
4readonly store_dir="$HOME/.kanako-store"
5
6echo "Initializing kanako(1)"
7
8for i in $conf_dir $key_dir $store_dir; do
9 mkdir -p $i
10done
Note: See TracBrowser for help on using the repository browser.