Skip to content

Instantly share code, notes, and snippets.

@bitc
Created March 16, 2017 00:27
Show Gist options
  • Save bitc/d4ae03a5ffd36edd65fac3a5d22da184 to your computer and use it in GitHub Desktop.
Save bitc/d4ae03a5ffd36edd65fac3a5d22da184 to your computer and use it in GitHub Desktop.
#!/bin/bash
find $1 -name '*.hs' | sed "s%$1%%" | sed 's/\.hs/,/' | sed 's%/%\.%g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment