Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes arguments from all scripts #2

Closed
Neo-Oli opened this issue Sep 17, 2017 · 1 comment
Closed

Removes arguments from all scripts #2

Neo-Oli opened this issue Sep 17, 2017 · 1 comment

Comments

@Neo-Oli
Copy link
Member

Neo-Oli commented Sep 17, 2017

$ cat test
#!/data/data/com.termux/files/usr/bin/sh
echo "$1"
$ ./test "Hello World"
Hello World
$ apt install termux-exec
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  termux-exec
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 2200 B of archives.
After this operation, 36.9 kB of additional disk space will be used.
Get:1 http://termux.net stable/main aarch64 termux-exec aarch64 0.1 [2200 B]
Fetched 2200 B in 0s (22.9 kB/s)
Selecting previously unselected package termux-exec.
(Reading database ... 58497 files and directories currently installed.)
Preparing to unpack .../termux-exec_0.1_aarch64.deb ...
Unpacking termux-exec (0.1) ...
Setting up termux-exec (0.1) ...
$ login
$ ./test "Hello World"

$ 

@fornwall
Copy link
Member

Thanks - fixed in v0.2 which is now available for installation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants