Skip to content

Instantly share code, notes, and snippets.

View peerapongsam's full-sized avatar
🍩
Learning

Peerapong Samarnpong peerapongsam

🍩
Learning
View GitHub Profile
@peerapongsam
peerapongsam / adb+
Last active February 12, 2020 16:18
#!/bin/bash
# Script adb+
# Usage
# You can run any command adb provides on all your currently connected devices
# ./adb+ <command> is the equivalent of ./adb -s <serial number> <command>
#
# Examples
# ./adb+ version
# ./adb+ install apidemo.apk
# ./adb+ uninstall com.example.android.apis
@peerapongsam
peerapongsam / exchangerate.json
Last active October 2, 2023 04:44
exchangerate
{"rates":{"USD":1.06,"THB":38.83},"base":"EUR","date":"2023-10-02"}