You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# vi: ft=sh
|
|
|
|
|
|
|
|
export port_args='--publish 8000:8000 --publish 8001:8001 --publish 8002:8002 --publish 35729:35729'
|
|
|
|
|
|
|
|
function abspath {
|
|
|
|
python -c 'import sys, os; print(os.path.abspath(sys.argv[1]))' "$1"
|
|
|
|
}
|