Remove all bash since it isn't really needed. Well for the most part. Most of our bash can be replaced with go code. e.g. upgrading, syscalls. All commands that need to be run after go is done in the shell should use syscall.
Note sure how to handle initial install yet. That might need to stay bash.
NOTE: dont think cd will work. Do something like DFM does add to profile
@karanthukral
Remove all bash since it isn't really needed. Well for the most part. Most of our bash can be replaced with go code. e.g. upgrading, syscalls. All commands that need to be run after go is done in the shell should use syscall.
Note sure how to handle initial install yet. That might need to stay bash.
NOTE: dont think cd will work. Do something like DFM does add to profile
@karanthukral