feat: move scripts to cross-platform
This commit is contained in:
parent
7a20e3c6ac
commit
b47f4adb76
6 changed files with 2 additions and 2 deletions
7
modules/cross-platform/home-manager/scripts/bin/cue2chd
Executable file
7
modules/cross-platform/home-manager/scripts/bin/cue2chd
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
for File in *.cue; do
|
||||
[ -f "$File" ] || continue
|
||||
chdman createcd -i "$File" -o "${File%.cue}.chd"
|
||||
rm -v "$File" "${File%.cue}"*.bin
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue