source: code/trunk/kanako-init@ 4

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

Added initialization script, added error checking on kanako, update
manual page.

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

File size: 191 bytes
RevLine 
[3]1#!/bin/sh
2conf_dir="$HOME/.config/kanako"
3key_dir="$HOME/.kanako"
4store_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.