yaotti's diary

Software is Eating the World

tech

PCの細々としたこと

なぜかemobileが使えずオフラインだったので,普段不便だと思ってたことのカイゼンをした. auto fetch #!/bin/zsh root=/path/to/git/projects/root # modify me for d in $(ls $root); do cd "$root/$d" git fetch done crontabに呼び出すよう書いておけば,…