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
| String apiKey = BuildConfig.API_KEY |
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
| #!/usr/bin/env bash | |
| SESSION_NAME="sesion" | |
| tmux has-session -t $SESSION_NAME 2>/dev/null | |
| if [ "$?" -eq 1 ] ; then | |
| tmux new-session -d -s $SESSION_NAME | |
| tmux send-keys -t $SESSION_NAME:0 "cd /ruta1" C-m | |
| # divide la pantalla en dos panele horizontales | |
| tmux split-window -v |
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
| {"status":0,"data":{"calls":{"spenttime":1744,"spentcash":0,"totaltime":6000,"count":42},"sms":{"count":0,"cost":0},"data1":{"kbytes":19944.8310547,"totalkbytes":102400}}} |