pub fn write_init_script(
fs: &dyn Fs,
paths: &dyn Pather,
profiling_enabled: bool,
) -> Result<PathBuf>Expand description
Generate and write the init script to data_dir/shell/dodot-init.sh.
Returns the path where the script was written.