add java and android stuff
This commit is contained in:
parent
6e868943a2
commit
1c66f67223
2 changed files with 6 additions and 0 deletions
3
bsh
Executable file
3
bsh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -jar $HOME/apps/bsh-2.0b4.jar
|
||||
3
fix-android-emulator.sh
Executable file
3
fix-android-emulator.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
adb kill-server && adb start-server
|
||||
Loading…
Reference in a new issue