Add publish-to-ipfs.ps1

This commit is contained in:
Markus Fleschutz
2021-07-16 16:40:06 +02:00
parent e6d93b5c08
commit 47f084b2d4
4 changed files with 47 additions and 25 deletions

View File

@ -152,6 +152,7 @@ play-mp3.ps1, plays the given sound file (MP3 file format)
play-super-mario.ps1, plays the Super Mario Intro
play-the-imperial-march.ps1, plays the Imperial March (Star Wars)
poweroff.ps1, halts the local computer (needs admin rights)
publish-to-ipfs.ps1, publishes the given files or directory to IPFS
pull-repo.ps1, pulls updates for the current/given Git repository (including submodules)
pull-repos.ps1, pulls updates for all Git repositories under the current/given directory (including submodules)
query-smart-data.ps1, queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory

1 Script Description
152 play-super-mario.ps1 plays the Super Mario Intro
153 play-the-imperial-march.ps1 plays the Imperial March (Star Wars)
154 poweroff.ps1 halts the local computer (needs admin rights)
155 publish-to-ipfs.ps1 publishes the given files or directory to IPFS
156 pull-repo.ps1 pulls updates for the current/given Git repository (including submodules)
157 pull-repos.ps1 pulls updates for all Git repositories under the current/given directory (including submodules)
158 query-smart-data.ps1 queries the S.M.A.R.T. data of your HDD/SSD's and saves it to the current/given directory