6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# This script will be run when the profile named "first_profile" is stopped.
|
||
|
|
||
|
echo "Stopping ${0%.*}"
|