diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-04-18 20:08:00 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-04-23 09:21:02 -0700 |
| commit | c72953df05259b20a7fc87117aefbbe284a376a1 (patch) | |
| tree | 1a1515d0ada2adcc07e32095e841c8c2d4a0f982 /app/Main.hs | |
Diffstat (limited to 'app/Main.hs')
| -rwxr-xr-x | app/Main.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs new file mode 100755 index 0000000..388fe38 --- /dev/null +++ b/app/Main.hs @@ -0,0 +1,8 @@ +module Main where + +import Sound.MusicDirTrans +import RunCmd + +main :: IO () +main = runCmd + |
