Skip to content

Commit

Permalink
fixed .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Sep 26, 2023
1 parent 282e4d0 commit 8365774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ export TF_PLUGIN_CACHE_DIR="$HOME/.terraform.d/plugin-cache"
function getcpid() {
cpids=$( pgrep -P $1| xargs )
for cpid in $cpids; do
echo "$cpid"
getcpid $cpid
done
}

0 comments on commit 8365774

Please sign in to comment.