Changeset 902
- Timestamp:
- 01/31/2011 01:47:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scenarios/GerminationX/oak/src/oak/island.clj
r901 r902 27 27 (defn update-islands [srcpath dstpath] 28 28 (when (.exists (clojure.contrib.java-utils/file srcpath)) 29 (execute (str "rm " dstpath "islands/*"))29 (execute (str "rm -r " dstpath "islands")) 30 30 (execute (str "cp -r " srcpath " " dstpath)) 31 31 (execute (str "rm -r " srcpath))
Note: See TracChangeset
for help on using the changeset viewer.