Skip to content

Instantly share code, notes, and snippets.

@tokiwatch
tokiwatch / rec_radiko.sh
Created April 12, 2021 04:46 — forked from matchy256/rec_radiko.sh
簡易Radiko録音スクリプト
#!/bin/bash
LANG=ja_JP.utf8
pid=$$
date=`date '+%Y-%m-%d-%H_%M'`
outdir="."
if [ $# -le 1 ]; then
@tokiwatch
tokiwatch / rec_nhk.sh
Created April 12, 2021 04:46 — forked from matchy256/rec_nhk.sh
簡易らじるらじる(NHK)録音スクリプト (2017/09 以降版)
#!/bin/bash
pid=$$
date=`date '+%Y-%m-%d-%H_%M'`
outdir="."
if [ $# -le 1 ]; then
echo "usage : $0 channel_name duration(minuites) [outputdir] [prefix]"
exit 1
fi