mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
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.
6 lines
73 B
Scala
6 lines
73 B
Scala
name := "get-its-dates"
|
|
|
|
version := "0.1"
|
|
|
|
scalaVersion := "2.13.4"
|