Add start-ipfs-server.sh

This commit is contained in:
Markus Fleschutz
2021-06-24 11:39:48 +02:00
parent df0f871ded
commit fecca0ae82
4 changed files with 45 additions and 24 deletions

View File

@ -181,6 +181,7 @@ speak-joke.ps1, speaks the next joke by text-to-speech (TTS)
speak-test.ps1, performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS)
speak-time.ps1, speaks the current time by text-to-speech (TTS)
start-ipfs-server.ps1, starts a local IPFS server
switch-branch.ps1, switches the branch in the current/given Git repository (including submodules)
switch-shelly1.ps1, switches a Shelly1 device in the local network
sync-repo.ps1, synchronizes a Git repository by push & pull (including submodules)

1 Script Description
181 speak-test.ps1 performs a speak test by text-to-speech (TTS)
182 speak-text.ps1 speaks the given text by text-to-speech (TTS)
183 speak-time.ps1 speaks the current time by text-to-speech (TTS)
184 start-ipfs-server.ps1 starts a local IPFS server
185 switch-branch.ps1 switches the branch in the current/given Git repository (including submodules)
186 switch-shelly1.ps1 switches a Shelly1 device in the local network
187 sync-repo.ps1 synchronizes a Git repository by push & pull (including submodules)