Skip to content

Commit

Permalink
test: is the timing of the write incorrect?
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Oct 7, 2023
1 parent 7033a1b commit 2924b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/tools/add-tools-to-shells.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ add_tools_to_shells() {
if [ -d "/home/vscode/.oh-my-zsh/custom" ]; then
find . -type f ! -name "add-tools-to-shells.sh" -name "*.sh" \
-exec sh -c 'file="{}"; cp "$file" "/home/vscode/.oh-my-zsh/custom/$(basename ${file%.sh}.zsh)"' \;
else
echo "/home/vscode/.oh-my-zsh/custom does not exist" >> /home/vscode/error_log.txt
fi


}

add_tools_to_shells

0 comments on commit 2924b32

Please sign in to comment.