I hereby claim:
- I am pamobo0609 on github.
- I am josepablo (https://keybase.io/josepablo) on keybase.
- I have a public key ASAUfIc9rnavZ0fvI4nAjwEzCa5ij8RPrrrm4zmHA08PxAo
To claim this, I am signing this object:
echo "--- Welcome to the Pull Request super tool. ---\n" | |
read -p "Please enter the Pull Request id: " id | |
re='^[0-9]+$' | |
if ! [[ $id =~ $re ]] ; then | |
echo "Error: Pull Request id must be numeric" >&2; exit 1 | |
fi | |
read -p "Please enter the branch name to checkout on local: " branchName |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public class AgregarItemActivity extends AppCompatActivity { | |
Usuario user; | |
boolean listenerStatus; | |
String sessionID; | |
String eventoID; | |
String agregarItemURL; | |
String agregarImagenesURL; | |
String item; |