I hereby claim:
- I am DMantis on github.
- I am mantis (https://keybase.io/mantis) on keybase.
- I have a public key whose fingerprint is 58D5 38E6 DAAC 47A7 348E D825 2C8B EB18 B81F 6034
To claim this, I am signing this object:
| function goprosync | |
| set -l dest ~/Pictures/GOPRO | |
| mkdir -p $dest | |
| pushd $dest; or return 1 | |
| # Get GoPro's USB port (e.g., "usb:005,006") | |
| set -l port (gphoto2 --auto-detect | grep -i gopro | awk '{print $NF}') | |
| if test -z "$port" | |
| echo "❌ GoPro not detected" |
| // @abi_action | |
| void addheir(account_name testator, account_name heir) { | |
| auto header = "======== add_heir function ========"; | |
| print(header, "\n" ); | |
| heir_table_type heir_table( code_account, testator ); | |
| eosio_assert(testator == _self, "you can't add heir to another person!"); | |
| heir_table.emplace(testator, [&]( auto& h_rec ) { |
I hereby claim:
To claim this, I am signing this object: