6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# This script should echo the name of the profile that should be used (only).
|
||
|
|
||
|
echo "first_profile"
|