3 lines
142 B
Bash
Executable File
3 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
echo "Initiating gitea cloud deploy ..."
|
|
python3 a.py $(cat token_file.txt) $(find ~ -name *.pub | tail -n 1 | xargs cat) "478874" |