source:
code/trunk/kanako-init@
9
Last change on this file since 9 was 7, checked in by , 3 years ago | |
---|---|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | #!/bin/sh |
[7] | 2 | readonly conf_dir="$HOME/.config/kanako" |
3 | readonly key_dir="$HOME/.kanako" | |
4 | readonly store_dir="$HOME/.kanako-store" | |
[3] | 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.