mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 14:28:08 +00:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
# run docker startup, first arg is new PATH, remainder is command
|
|
|
|
PATH="$1"
|
|
shift
|
|
exec "$@"
|