diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-03 18:31:03 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-03 18:31:03 +0800 |
commit | bc87a53a283d7dec8c52cccf4689fb2d9765a277 (patch) | |
tree | 8a859562087f2999f901cce4eced0827c4a2b944 | |
parent | b50463d171ade46f549c5331e8ad317b410ac0f2 (diff) | |
download | atoolbox-bc87a53a283d7dec8c52cccf4689fb2d9765a277.tar.bz2 |
Move several scripts from unix/ to cli/
-rwxr-xr-x | cli/ape2mp3.sh (renamed from unix/ape2mp3.sh) | 0 | ||||
-rwxr-xr-x | cli/cueape2flac.sh (renamed from unix/cueape2flac.sh) | 0 | ||||
-rwxr-xr-x | cli/eps2pdf.sh (renamed from unix/eps2pdf.sh) | 0 | ||||
-rwxr-xr-x | cli/jpg2pdf.sh (renamed from unix/jpegs2pdf.sh) | 0 | ||||
-rwxr-xr-x | cli/m4a2mp3.sh (renamed from unix/m4a_to_mp3.sh) | 0 | ||||
-rwxr-xr-x | cli/wav2flac.sh (renamed from unix/flac_encode.sh) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/unix/ape2mp3.sh b/cli/ape2mp3.sh index d9cf6d6..d9cf6d6 100755 --- a/unix/ape2mp3.sh +++ b/cli/ape2mp3.sh diff --git a/unix/cueape2flac.sh b/cli/cueape2flac.sh index 7022f04..7022f04 100755 --- a/unix/cueape2flac.sh +++ b/cli/cueape2flac.sh diff --git a/unix/eps2pdf.sh b/cli/eps2pdf.sh index b803732..b803732 100755 --- a/unix/eps2pdf.sh +++ b/cli/eps2pdf.sh diff --git a/unix/jpegs2pdf.sh b/cli/jpg2pdf.sh index ac992af..ac992af 100755 --- a/unix/jpegs2pdf.sh +++ b/cli/jpg2pdf.sh diff --git a/unix/m4a_to_mp3.sh b/cli/m4a2mp3.sh index 5d06cd9..5d06cd9 100755 --- a/unix/m4a_to_mp3.sh +++ b/cli/m4a2mp3.sh diff --git a/unix/flac_encode.sh b/cli/wav2flac.sh index 9f86156..9f86156 100755 --- a/unix/flac_encode.sh +++ b/cli/wav2flac.sh |