Move termux-user from termux-api to termux-tools
[termux-packages] / packages / termux-tools / am
CommitLineData
a0010cac
FF
1#!@TERMUX_PREFIX@/bin/sh
2
3# Remove LD_LIBRARY_PATH from environment to avoid conflicting
4# with system libraries that am may link against.
5
6LD_LIBRARY_PATH= /system/bin/am $@