Skip to content

Commit

Permalink
updated bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 14, 2025
1 parent 0b892a1 commit 9b293c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-tools
Submodule bash-tools updated 43 files
+2 −0 .bash.d/aliases.sh
+1 −1 .bash.d/docker.sh
+1 −1 .bash.d/prompt.sh
+0 −21 .gitmodules
+38 −18 README.md
+68 −0 aws/aws_accounts_missing_from_config.sh
+191 −0 aws/aws_ec2_ami_boot.sh
+71 −0 aws/aws_ec2_ami_boot_ssh.sh
+0 −0 aws/aws_ec2_ami_create_from_instance.sh
+108 −0 aws/aws_ec2_ami_name_to_id.sh
+64 −0 aws/aws_ec2_ami_share_to_account.sh
+2 −2 aws/aws_ec2_instance_clone.sh
+74 −0 aws/aws_ec2_instance_ip.sh
+6 −4 aws/aws_ec2_instance_name_to_id.sh
+0 −0 aws/aws_ec2_instance_terminate_by_name.sh
+1 −1 aws/aws_ec2_instance_wait_for_ready.sh
+16 −132 aws/aws_eks_ami_create.sh
+1 −0 aws/aws_foreach_region.sh
+2 −0 aws/aws_profile_config_add_if_missing.sh
+1 −1 aws/aws_ssm_wait_for_command.sh
+74 −0 aws/aws_sso_account_id_names.sh
+85 −0 aws/aws_sso_accounts_missing_from_list.sh
+2 −1 aws/aws_sso_config_duplicate_profile_names.sh
+2 −1 aws/aws_sso_config_duplicate_sections.sh
+19 −11 bin/debian_netinstall_pxesetup.sh
+78 −0 bin/ubuntu_release_version.sh
+17 −5 data/json2yaml.sh
+7 −12 git/git_submodules_update_repos.sh
+5 −0 images/README.md
+4 −0 install/install_packer.sh
+0 −1 kubernetes-configs
+22 −9 lib/aws.sh
+0 −0 media/asciinema.sh
+83 −0 media/d2.sh
+0 −0 media/terminalizer.sh
+0 −0 media/ttygif.sh
+2 −0 media/youtube_download_video.sh
+0 −1 packer
+4 −0 setup/brew-packages-desktop.txt
+6 −8 setup/repos.txt
+0 −1 sql
+0 −1 templates
+0 −1 vagrant-configs

0 comments on commit 9b293c2

Please sign in to comment.