Skip to content
Snippets Groups Projects
Select Git revision
  • 3507e3a653e6284c09d271c68af1af81b5419cdd
  • master default protected
  • feature-delete_apache_modules
  • shellcheck-update
4 results

update_rest-api-client.sh

Blame
  • update_rest-api-client.sh 163 B
    #!/bin/sh
    cd "$( dirname "$0" )"
    
    myfile=http.class.sh
    wget -O "$myfile" "https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client/-/raw/master/$myfile"