1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00
Eric Swenson 870ce65b6e Added tool to create timestamps.txt fragment from directory.
This is intended to be used on a directory containing ITS directories.
It recursively walks the tree and generates timestamps entries for
each file based on the file creation date/times.
2023-03-07 22:06:20 -08:00

6 lines
73 B
Scala

name := "get-its-dates"
version := "0.1"
scalaVersion := "2.13.4"