Skip to content

Instantly share code, notes, and snippets.

@yuumi3
yuumi3 / rec_radiko.sh
Last active February 25, 2021 01:38 — forked from matchy256/rec_radiko.sh
簡易Radiko録音スクリプト
#!/bin/bash
LANG=ja_JP.utf8
pid=$$
date=`date '+%Y-%m-%d-%H_%M'`
outdir="/var/www/html/radiko"
rsspath="/var/www/html/radiko.rss"
@yuumi3
yuumi3 / unicorn
Created April 8, 2012 04:30
/etc/init.d script for unicorn
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@yuumi3
yuumi3 / unicorn
Created April 8, 2012 04:29
/etc/init.d script for unicorn
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
@yuumi3
yuumi3 / unicorn
Created April 8, 2012 04:29
/etc/init.d script for unicorn
#!/bin/sh
#
# init.d script for single or multiple unicorn installations. Expects at least one .conf
# file in /etc/unicorn
#
# Modified by jay@gooby.org http://github.com/jaygooby
# based on http://gist.github.com/308216 by http://github.com/mguterl
#
## A sample /etc/unicorn/my_app.conf
##
;;
;; 第1回 Scheme コードバトン に参加したのですが、Nu対応していたらオリジナルとは別のコードになって
;; しまったので、別枠で以下の場所に置きました。
;;
;; http://github.com/yuumi3/sheme_baton
;;
;;
;; どうして、別のコードになってしまったのかは
;;
;; blog http://d.hatena.ne.jp/yuum3/ を見て下さい。