termux-api.c: rand() -> arc4random()
[termux-packages] / packages / termux-api / termux-contact-list
CommitLineData
cc1ae02e 1#!/bin/sh
59f0d218
FF
2set -e -u
3
4if [ "$#" != "0" ]; then
5 echo "usage: termux-contact-list"
6 echo "List all contacts."
cc1ae02e 7 exit
59f0d218
FF
8fi
9
cc1ae02e 10@TERMUX_API@ ContactList