Skip to content

Instantly share code, notes, and snippets.

View ha4gu's full-sized avatar
🏃‍♂️
Keep learning

Yuta Hashiguchi ha4gu

🏃‍♂️
Keep learning
View GitHub Profile
@matchy256
matchy256 / rec_radiko.sh
Last active October 31, 2023 08:23 — forked from saiten/rec_radiko.sh
簡易Radiko録音スクリプト
#!/bin/bash
LANG=ja_JP.utf8
pid=$$
date=`date '+%Y-%m-%d-%H_%M'`
outdir="."
if [ $# -le 1 ]; then