Skip to content

Instantly share code, notes, and snippets.

@lkptrzk
Created October 5, 2013 06:30
Show Gist options
  • Save lkptrzk/6837422 to your computer and use it in GitHub Desktop.
Save lkptrzk/6837422 to your computer and use it in GitHub Desktop.
cuss.sh
#!/bin/bash
COUNT=$1
EXPLETIVE=$2
yes $EXPLETIVE | tr -d '\n' | head -c $COUNT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment