cfg/bin/zsh-refresh-godirs
2016-07-21 16:29:54 +02:00

5 lines
120 B
Bash
Executable File

#!/bin/bash
find $HOME -type f -name '.gopath' | sed 's!/.gopath$!!' > /tmp/godirs
mv /tmp/godirs $HOME/.config/godirs