nr / curl-copyparty
0 喜欢
0 派生
2 文件
最后活跃于 10 months ago
| 1 | #!/bin/bash |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | function play_album { |
| 6 | local album_path="$1" |
| 7 | [ -z "$album_path" ] && album_path="CrystalCastles/CrystalCastlesI" |
| 8 | |
| 9 | local song_names= |
| 10 | #mapfile -t song_names < <( \ |
上一页
下一页