MPDK


Pages

Oct 21, 2009

A little audio tool for listening studentclassroom

#!/bin/bash
# Program:
#     This program help me to listen studentclassrom.
# Histor:
# 2009/10/21      MPDK     First release
PATH=/bin: /sbin: /usr/bin: /usr/sbin: /usr/local/bin: /usr/local/sbin: ~/bin:
export PATH
read -p "please choose the day you want to listen:" day
mplayer mms://air.hihit.net/studio/${day}ba.wma

The previous context is a shell script for listening studentclassroom. You can choose the day you want to listen. Note that the day you choose need to be the pre-six-month or the next-sex-month from today.

No comments:

Post a Comment