making some test scripts
This commit is contained in:
parent
c934ed25bc
commit
7c3bce4779
3 changed files with 25 additions and 0 deletions
8
scripts/mshout.lisp
Normal file
8
scripts/mshout.lisp
Normal file
|
@ -0,0 +1,8 @@
|
|||
(defvar songs (list))
|
||||
(with-open-file (stream "/home/chris/nextcloud/tfc/mshoutsongs.txt")
|
||||
(do ((line (read-line stream nil)
|
||||
(read-line stream nil)))
|
||||
((null line))
|
||||
(if (search "Title:" line)
|
||||
(push line songs))))
|
||||
(print songs)
|
Loading…
Add table
Add a link
Reference in a new issue