babashka/test-resources/babashka/file_property1.clj
2020-06-27 12:58:45 +02:00

6 lines
205 B
Clojure

(ns babashka.file-property1
(:require [clojure.java.io :as io]))
(prn (= *file* (System/getProperty "babashka.file")))
(load-file (.getPath (io/file "test-resources" "babashka" "file_property2.clj")))