diff options
author | Krow Savcik <krow@savcik.xyz> | 2024-01-07 15:18:29 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2024-01-07 15:18:29 +0200 |
commit | 5138d33e0c0adb0c4d13977af047e375eee934d8 (patch) | |
tree | 543825c957813dca637acacc8e5b7574c0979fb3 /config.def.h |
initial commit
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..0f2f277 --- /dev/null +++ b/config.def.h @@ -0,0 +1,2 @@ +static char* working_dir="~/.local/share/wcli/"; +#define VERBOSE |