Skip to content

Instantly share code, notes, and snippets.

@jpadams
Created July 11, 2014 00:01
Show Gist options
  • Save jpadams/010bc319f0d7eb84b4fb to your computer and use it in GitHub Desktop.
Save jpadams/010bc319f0d7eb84b4fb to your computer and use it in GitHub Desktop.
classy
#!/bin/bash
MANIFEST=$(cat)
echo class $1 {
echo "$MANIFEST" | sed 's/^/ /'
echo }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment