students list was moved
This commit is contained in:
parent
ac1a7e5578
commit
8077c8c90f
@ -2,7 +2,7 @@
|
||||
|
||||
# lines of form:
|
||||
# Givenname Last Name (student number) <email address>
|
||||
LIST="${LIST:-/data/courses/students.list}"
|
||||
LIST="${LIST:-$HOME/.local/share/students.list}"
|
||||
|
||||
while read line; do
|
||||
name="${line% (*}"
|
||||
|
Loading…
Reference in New Issue
Block a user