1
0
forked from GitHub/gf-core

Changed mktoday to generate use hierarchical name

This commit is contained in:
bringert
2005-04-21 10:11:21 +00:00
parent 4015cd095d
commit 920ac9f8fb
2 changed files with 10 additions and 10 deletions

View File

@@ -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