Created
September 11, 2024 12:32
-
-
Save dewomser/d4ddf27cbd2a83c9e67733aa99447ac6 to your computer and use it in GitHub Desktop.
Cowsay in firefox. 1-liner for Bash
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
#!/bin/bash | |
# Dieser 1-Zeiler für Bash zeigt die Kuh im Firefox-Browser an. | |
echo "<pre>">cowsay.html;cowsay -f www I am the WWW-cow >> cowsay.html; firefox cowsay.html | |
# rm ./cowsay,html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment