Changeset 7 in code for trunk/kanako-init
- Timestamp:
- Oct 11, 2022, 7:38:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kanako-init
r3 r7 1 1 #!/bin/sh 2 conf_dir="$HOME/.config/kanako"3 key_dir="$HOME/.kanako"4 store_dir="$HOME/.kanako-store"2 readonly conf_dir="$HOME/.config/kanako" 3 readonly key_dir="$HOME/.kanako" 4 readonly store_dir="$HOME/.kanako-store" 5 5 6 6 echo "Initializing kanako(1)"
Note:
See TracChangeset
for help on using the changeset viewer.