Skip to content

Instantly share code, notes, and snippets.

@nestserau
Last active August 29, 2015 14:06
Show Gist options
  • Save nestserau/d97e5b3fffc95471ea4f to your computer and use it in GitHub Desktop.
Save nestserau/d97e5b3fffc95471ea4f to your computer and use it in GitHub Desktop.

Revisions

  1. Aliaksei Nestserau revised this gist Sep 14, 2014. No changes.
  2. Aliaksei Nestserau revised this gist Sep 14, 2014. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    for f in *.m4a; do atomicparsley "$f" --artwork folder.jpg; done;
    rm !(*temp*)
    for f in *.m4a; do g=${f//-temp*./.}; mv "$f" "$g"; done;
    for f in *.m4a; do atomicparsley "$f" --artwork folder.jpg; done; rm !(*temp*); for f in *.m4a; do g=${f//-temp*./.}; mv "$f" "$g"; done;
  3. Aliaksei Nestserau revised this gist Sep 14, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    for file in *.m4a; do atomicparsley "$file" --artwork folder.jpg; done;
    for f in *.m4a; do atomicparsley "$f" --artwork folder.jpg; done;
    rm !(*temp*)
    for f in *.m4a; do g=${f//-temp*./.}; mv "$f" "$g"; done;
  4. Aliaksei Nestserau renamed this gist Sep 14, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. Aliaksei Nestserau created this gist Sep 14, 2014.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    for file in *.m4a; do atomicparsley "$file" --artwork folder.jpg; done;
    rm !(*temp*)
    for f in *.m4a; do g=${f//-temp*./.}; mv "$f" "$g"; done;