my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Darwin -> darwin

+1 -1
+1 -1
bin/chtf
··· 12 12 if [ "$(uname)" = "Linux" ]; then 13 13 os="linux" 14 14 else 15 - os="Darwin" 15 + os="darwin" 16 16 fi 17 17 18 18 mkdir -p "$tf_install_dir"