From e62f75d8c12b8706b3c7549c31e27dee4c893ee3 Mon Sep 17 00:00:00 2001 From: Nathaniel Smith Date: Sat, 8 Nov 2014 20:17:45 -0500 Subject: [PATCH] asfouh --- scripts/userlist.hy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/userlist.hy b/scripts/userlist.hy index 36accdc..3c98a67 100644 --- a/scripts/userlist.hy +++ b/scripts/userlist.hy @@ -32,7 +32,8 @@ (apply sorted [usernames] {"key" modify-time})) (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)) (def user-list (->> (user-generator) sort-user-list