Skip to content

Commit

Permalink
update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
linsong committed Apr 2, 2007
1 parent b9527a7 commit f747e78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .mutt/subscriptions
Expand Up @@ -7,7 +7,7 @@ unsubscribe *
subscribe `cd $HOME/Mail/maillists && echo *`
#subscribe vim@vim.org
#subscribe vim-dev@vim.org
#subscribe vim-announce@vim.org
#subscribe vim-annouce@vim.org
#subscribe mutt-users@mutt.org
#subscribe ipython-user@scipy.net
#subscribe python-chinese@lists.python.cn
Expand All @@ -22,6 +22,6 @@ subscribe `cd $HOME/Mail/maillists && echo *`


# to create all the files for maillists:
# $ for ml in vim@vim.org vim-dev@vim.org vim-announce@vim.org mutt-users@mutt.org ipython-user@scipy.net python-chinese@lists.python.cn tutor@python.org python-list@python.org ubuntu-users@lists.ubuntu.com cygwin@cygwin.com comp.lang.python@googlegroups.com ELinks-users@linuxfromscratch.org macports-users@lists.macosforge.org laszlo-dev@openlaszlo.org ; do if [ ! -e $ml ]; then touch $ml; fi done
# $ for ml in vim@vim.org vim-dev@vim.org vim-annouce@vim.org mutt-users@mutt.org ipython-user@scipy.net python-chinese@lists.python.cn tutor@python.org python-list@python.org ubuntu-users@lists.ubuntu.com cygwin@cygwin.com comp.lang.python@googlegroups.com ELinks-users@linuxfromscratch.org macports-users@lists.macosforge.org laszlo-dev@openlaszlo.org ; do if [ ! -e $ml ]; then touch $ml; fi done


2 changes: 1 addition & 1 deletion .procmailrc
Expand Up @@ -443,7 +443,7 @@ maillists/vim-dev@vim.org

:0:
* ^TOvim-announce@vim.org
maillists/vim-annouce@vim.org
maillists/vim-announce@vim.org

:0:
* ^TOipython-user@scipy.net
Expand Down
9 changes: 9 additions & 0 deletions mytools/streamrecorder.sh
@@ -1,4 +1,13 @@
#!/bin/bash
################################################################################
### my crontab for streamrecorder to record studio classroom
# # Weird! cron treat '%' as new line character, unless escaped with backslash (\)
# # m h dom mon dow command
# 29 21 * * 1-6 /home/vincent/mytools/streamrecorder.sh -t 31 /home/vincent/download/mp3/studio_classroom/studio_classroom_$(date +\%Y-\%m-\%d-\%H-\%M-\%S).mp3
# 29 21 * * 7 /home/vincent/mytools/streamrecorder.sh -t 31 /home/vincent/download/mp3/studio_classroom/advance_english_$(date +\%Y-\%m-\%d-\%H-\%M-\%S).mp3
# 0 2 * * 6 podget
# 0 22 * * * sudo shutdown -P +15

set -x
cmdname=$( echo $0 | sed s:.*/:: )
#TIME_LENGTH=1 # in minute
Expand Down

0 comments on commit f747e78

Please sign in to comment.