-
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 :] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're running this script like so: amber script.ab ~/iphone Then what the compiler does - it will compile amber script.ab script.sh
./script.sh ~/iphone |
Beta Was this translation helpful? Give feedback.
If you're running this script like so:
amber script.ab ~/iphone
Then what the compiler does - it will compile
script.ab
to 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