added #!/bin/bash

This commit is contained in:
Maciej Krok 2016-09-18 14:23:44 +02:00
parent 1e0c753aaa
commit 1a68ae3321
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash #!/bin/bash
for f in ./*.flac; do ffmpeg -i "$f" -c:a alac "${f%.*}.m4a"; done for f in ./*.flac; do
ffmpeg -i "$f" -c:a alac "${f%.*}.m4a";
done

View File

@ -1,3 +1,4 @@
#!/bin/bash
echo ----------------------------- echo -----------------------------
echo OS Information Information echo OS Information Information
echo ----------------------------- echo -----------------------------