2007-02-08から1日間の記事一覧

日本語入力になっててもこれで安心だね!

$ alias まけ="[ \$(( \$(date '+%s') % 2)) == 0 ] && echo 'なにやってんのよ!' || echo あしたはがんばろうね!; make" $ まけ なにやってんのよ! make: *** No targets specified and no makefile found. Stop. $ まけ あしたはがんばろうね! make: *…