diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-03-25 05:56:02 +0300 |
commit | 80f6847645459dfd21e531946e1eeaf2384a2dff (patch) | |
tree | 8a93e818fe647974bd724be08092e9475d03425f /app | |
parent | add README to the package (diff) | |
download | windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.tar.gz windows-env-80f6847645459dfd21e531946e1eeaf2384a2dff.zip |
rename directories
Diffstat (limited to '')
-rw-r--r-- | bin/AddPath.hs (renamed from apps/AddPath.hs) | 0 | ||||
-rw-r--r-- | bin/ListPaths.hs (renamed from apps/ListPaths.hs) | 0 | ||||
-rw-r--r-- | bin/Prompt.hs (renamed from apps/Prompt.hs) | 0 | ||||
-rw-r--r-- | bin/PromptMessage.hs (renamed from apps/PromptMessage.hs) | 0 | ||||
-rw-r--r-- | bin/RemovePath.hs (renamed from apps/RemovePath.hs) | 0 | ||||
-rw-r--r-- | bin/SetEnv.hs (renamed from apps/SetEnv.hs) | 0 | ||||
-rw-r--r-- | bin/UnsetEnv.hs (renamed from apps/UnsetEnv.hs) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/apps/AddPath.hs b/bin/AddPath.hs index 73d86d0..73d86d0 100644 --- a/apps/AddPath.hs +++ b/bin/AddPath.hs diff --git a/apps/ListPaths.hs b/bin/ListPaths.hs index 666423f..666423f 100644 --- a/apps/ListPaths.hs +++ b/bin/ListPaths.hs diff --git a/apps/Prompt.hs b/bin/Prompt.hs index 404c582..404c582 100644 --- a/apps/Prompt.hs +++ b/bin/Prompt.hs diff --git a/apps/PromptMessage.hs b/bin/PromptMessage.hs index a3ff776..a3ff776 100644 --- a/apps/PromptMessage.hs +++ b/bin/PromptMessage.hs diff --git a/apps/RemovePath.hs b/bin/RemovePath.hs index 7d0c104..7d0c104 100644 --- a/apps/RemovePath.hs +++ b/bin/RemovePath.hs diff --git a/apps/SetEnv.hs b/bin/SetEnv.hs index 87d7812..87d7812 100644 --- a/apps/SetEnv.hs +++ b/bin/SetEnv.hs diff --git a/apps/UnsetEnv.hs b/bin/UnsetEnv.hs index f60503b..f60503b 100644 --- a/apps/UnsetEnv.hs +++ b/bin/UnsetEnv.hs |