6 lines
115 B
Bash
Executable File
6 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This script will be run when the profile named "first_profile" is started.
|
|
|
|
echo "Starting ${0%.*}"
|