Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created September 11, 2024 12:32
Show Gist options
  • Save dewomser/d4ddf27cbd2a83c9e67733aa99447ac6 to your computer and use it in GitHub Desktop.
Save dewomser/d4ddf27cbd2a83c9e67733aa99447ac6 to your computer and use it in GitHub Desktop.
Cowsay in firefox. 1-liner for Bash
#!/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