upload_apks.sh 286 B

123456789101112131415
  1. #!/bin/zsh
  2. firefox https://gitlab.com/Tobiwan/ffupdater_gitlab/-/tags
  3. firefox https://github.com/Tobi823/ffupdater/releases/new
  4. (
  5. cd /home/hacker/Documents/Programme/repomaker/ || exit
  6. sudo systemctl start docker
  7. (
  8. sleep 5
  9. firefox http://localhost
  10. )&
  11. ./execute.sh
  12. )