etc-gentoo/hprofile/profiles/sample/scripts/second_profile.stop

6 lines
116 B
Plaintext
Raw Normal View History

#!/bin/bash
# This script will be run when the profile named "second_profile" is stopped.
echo "Stopping ${0%.*}"