mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Changed mktoday to generate use hierarchical name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo 'module Today (today) where' > Today.hs
|
||||
echo 'today :: String' >> Today.hs
|
||||
echo 'today = "'`date`'"' >> Today.hs
|
||||
echo 'module GF.Today (today) where' > GF/Today.hs
|
||||
echo 'today :: String' >> GF/Today.hs
|
||||
echo 'today = "'`date`'"' >> GF/Today.hs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user