mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-15 09:33:06 +03:00
5 lines
61 B
Bash
5 lines
61 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
ghc --make hello.hs
|
||
|
tar czfv ../foo.keter *
|