diff --git a/README.md b/README.md index f8ae9b4..4e1b29c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ ## scripts -Miscellaneous scripts mostly in bash. This doesn't contain the scripts that are in my gists, https://gist.github.com/Mikaela +Miscellaneous scripts sorted by language. + +This doesn't contain the scripts that are in my gists, +https://gist.github.com/Mikaela + +### Directories + +* *bash* has just normal bash scripts +* *nodejs* **MIGHT** get some nodejs scripts +* *WeeChat* is a placeholder and unlikely to get anything. +* *ZNC* is another placeholder which is unlikely to get anything. + * note that they are *modules* with ZNC, but I don't see why I + couldn't put them here. + +*I doubt I am going to write many WeeChat scripts or ZNC modules, so I + won't be making subdirectories for different languages.* diff --git a/WeeChat/.gitignore b/WeeChat/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/ZNC/.gitignore b/ZNC/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/nodejs/.gitignore b/nodejs/.gitignore new file mode 100644 index 0000000..e69de29