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