move student list
This commit is contained in:
parent
e5ab5c4ddc
commit
6964db0504
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ case "$choice" in
|
|||
inject "$(pass otp code otp/"$choice" | head -1)"
|
||||
;;
|
||||
'student')
|
||||
choice="$(pick < /data/courses/students.list)"
|
||||
choice="$(pick < ~/.local/share/students.list)"
|
||||
inject "$choice"
|
||||
;;
|
||||
'curl')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue