diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-12-25 21:24:10 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-12-25 21:24:10 +0100 |
| commit | 4a7edf29cc192a039dbfd59960569f8c4f127992 (patch) | |
| tree | e5d17cc346048c7db528127b87e904f1a9c44620 /README.md | |
| parent | 92ee723d139a9e1bdfd559464b716ba8f0714221 (diff) | |
| download | kazbek-4a7edf29cc192a039dbfd59960569f8c4f127992.tar.gz | |
Remove the mock server
There are better alternatives.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 5 insertions, 23 deletions
@@ -9,12 +9,11 @@ The repository contains a collection of random scripts and short programs. # Contents 1. [7digital.rb](#7digitalrb) -2. [mock\_server.rb](#mock_serverrb) -3. [cross\_toolchain.rb](#cross_toolchainrb) -4. [rename.rb](#renamerb) -5. [pg\_jekyll.rb](#pg_jekyllrb) -6. [locopy](#locopy) -7. [tea-cleaner](#tea-cleaner) +2. [cross\_toolchain.rb](#cross_toolchainrb) +3. [rename.rb](#renamerb) +4. [pg\_jekyll.rb](#pg_jekyllrb) +5. [locopy](#locopy) +6. [tea-cleaner](#tea-cleaner) ## 7digital.rb @@ -26,23 +25,6 @@ according to the meta information saved in the audio files. The audio files are expected to be in 2 directories, the artist and album directories. These directories are also renamed. -## mock\_server.rb - -`bin/mock\_server.rb` takes some JSON on its STDIN and starts a simple HTTP server -that slowly (in chunks) answers all requests with the given input. - -For example: - -```sh -echo '{"var": "stuff"}' | ./bin/mock_server.rb -``` - -and in another session: - -``` -curl localhost:8082 -``` - ## cross\_toolchain.rb `bin/cross_toolchain.rb` builds a cross toolchain for 32-bit RISC-V (G). The |
