Merge branch 'master' of https://github.com/nathanielksmith/tildetown
commit
6433f59297
|
@ -37,8 +37,8 @@
|
||||||
(apply sorted [usernames] {"key" modify-time}))
|
(apply sorted [usernames] {"key" modify-time}))
|
||||||
|
|
||||||
(defn user-generator [] (->> (listdir "/home")
|
(defn user-generator [] (->> (listdir "/home")
|
||||||
(filter (fn [f] (and (not (= f "ubuntu")) (not (= f "poetry")))))))
|
(filter (fn [f] (and (not (= f "ubuntu")) (not (= f "poetry")))))
|
||||||
;list))
|
list))
|
||||||
|
|
||||||
(def user-list (->> (user-generator)
|
(def user-list (->> (user-generator)
|
||||||
sort-user-list
|
sort-user-list
|
||||||
|
|
Reference in New Issue