remove cook_tracks.sh
This commit is contained in:
parent
0c89da7c3d
commit
9b959408bb
@ -1,9 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set +e
|
|
||||||
shopt -s extglob
|
|
||||||
|
|
||||||
for f in $1/!(*AutoSave*).xm
|
|
||||||
do
|
|
||||||
gzip -c $f | base64 --wrap=0 - | tr -d '\n' > $2/$(basename -- $f).txt
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user