source:
code/trunk/kanako-init@
5
Last change on this file since 5 was 3, checked in by , 3 years ago | |
---|---|
File size: 191 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | #!/bin/sh |
2 | conf_dir="$HOME/.config/kanako" | |
3 | key_dir="$HOME/.kanako" | |
4 | store_dir="$HOME/.kanako-store" | |
5 | ||
6 | echo "Initializing kanako(1)" | |
7 | ||
8 | for i in $conf_dir $key_dir $store_dir; do | |
9 | mkdir -p $i | |
10 | done |
Note:
See TracBrowser
for help on using the repository browser.