|
Hello all, I’ve written a basic wrapper for ifuse but i’m having some issues getting it to run properly.
This seems to happen regardless of whether my phone is connected to my computer. This is my code: Any help with getting this to run, or advice on writing better scripts in future would be greatly appreciated. you have my thanks in advance :] |
Answered by
Ph0enixKM
Aug 16, 2024
Replies: 1 comment 1 reply
|
If you're running this script like so: amber script.ab ~/iphoneThen what the compiler does - it will compile amber script.ab script.sh
./script.sh ~/iphone |
1 reply
Answer selected by
DJMoffinz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're running this script like so:
amber script.ab ~/iphoneThen what the compiler does - it will compile
script.abto a file~/iphone. If you want to run it with an argument, then as of right now you have to compile and then run it with arguments. This will be fixed in the future!amber script.ab script.sh ./script.sh ~/iphone