forked from GitHub/gf-core
"Committed_by_peb"
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#!/bin/sh
|
||||
echo 'module Today where today = "'`date`'"' > Today.hs
|
||||
|
||||
echo 'module Today (today) where' > Today.hs
|
||||
echo 'today :: String' >> Today.hs
|
||||
echo 'today = "'`date`'"' >> Today.hs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user