Skip to content

Commit

Permalink
Update and rename convert2mp3.sh to convert.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kn007 committed Feb 7, 2016
1 parent fb09235 commit 6fe76a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convert2mp3.sh → convert.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash -e
# File: convert2mp3.sh
# File: convert.sh
# Date: February 8th, 2016
# Time: 01:06:23 +0800
# Author: kn007 <kn007@126.com>
# Blog: https://kn007.net
# Usage: sh convert2mp3.sh silk_v3_file output_format
# Usage: sh convert.sh silk_v3_file output_format
# Requirement: gcc ffmpeg

cur_dir=$(cd `dirname $0`; pwd)
Expand Down

0 comments on commit 6fe76a8

Please sign in to comment.