You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
echo "First input: $1" |
|
echo "Second input: $2" |
|
|
|
./config.sh \ |
|
--url https://github.com/ceccopierangiolieugenio/pyTermTk \ |
|
--work _work --replace \ |
|
--runnergroup Default \ |
|
--labels "self-hosted,Linux,ARM64" \ |
|
--name $2 --token $1 |
|
|
|
./run.sh |