mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-15 14:50:26 -07:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
version=`cat ../version`
|
|
|
|
p4a apk --requirements "`cat build-deps.txt`" --version "$version" $@
|