4 lines
68 B
Bash
4 lines
68 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo 'Deleting app'
|
||
|
az group delete -g vinayakrao715 -y
|