up-date.sh 108 B

123456
  1. #!/bin/sh
  2. gitRoot=`git rev-parse --show-toplevel`
  3. date "+%F" > "$gitRoot/web/include/generated/date.txt"