5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/sh
|
||
|
echo "What is the path to your cports repo?"
|
||
|
read repo_path
|
||
|
echo "CPORTS_REPO=$repo_path" > .env
|