4 lines
103 B
Bash
4 lines
103 B
Bash
#!/bin/sh
|
|
echo "!!! This Spot Instance will automatically terminate in $1 minutes !!!"
|
|
shutdown -P +$1
|