Wahrscheinlich mit GitHub.
https://gist.github.com
Dann bei Bedarf: create Secret|Public Gist, mit Name des Scripts, Bezeichnung, Kommentar....
Dann einbinden in Blogger , per copy des embed Inhaltes in die HTML Ansicht von Blogger.
Das entsprechende Script ist nicht unter Registerkarte Verfassen sichtbar, sondern nach Aufruf von Vorschau.
Powershell Beep:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ibjs.net 20160504 | |
1..3|%{[console]::beep(440,1000);start-sleep -seconds 1.5} | |
#F-A-C = Keyboard IDs 45,49,52 | |
45,49,52|%{27.5*[math]::Pow(2,($_-1)/12)}|%{[console]::beep($_,1000)} |