This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #!/usr/bin/python | |
| #!/usr/bin/ruby | |
| echo "Starting the sysinfo script." | |
| # chmod +x sysinfo.sh //make file executable | |
| # ./sysinfo.sh //execute shell script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.jsroyal.githubrepo; | |
| import java.util.List; | |
| import retrofit2.Call; | |
| import retrofit2.Callback; | |
| import retrofit2.http.GET; | |
| import retrofit2.http.Path; | |
| /** |