Added tapes for gifs as code.

This commit is contained in:
2023-12-20 13:36:20 +13:00
parent 5367a710f0
commit 64f6520d65
11 changed files with 551 additions and 0 deletions

View File

@ -0,0 +1,25 @@
Output ssh-port-ingress.gif
Require echo
Set Shell "bash"
Set FontSize 32
Set Width 1920
Set Height 800
Hide
Type `cd`
Enter 1
Type `SBP_PATH=/home/james/Downloads/sbp`
Enter 1
Type `source /home/james/Downloads/sbp/sbp.bash`
Enter 1
Type `SG_ID=$(aws ec2 describe-security-groups --filters "Name=tag:Name,Values=disco-sg" | jq -r '.SecurityGroups[0].GroupId')`
Enter 1
Ctrl+L
Sleep 4s
Show
Type `aws ec2 authorize-security-group-ingress --group-id $SG_ID --protocol tcp --port 22 --cidr 0.0.0.0/0`
Enter 1
Sleep 4s