You need to sign in or sign up before continuing.
README.md 407 Bytes
Newer Older
1

2
The main purpose of any play.d script is to download and to install a package.
3

4
Allowed variables:
5
* $SUDO (will filled with 'sudo' command when running without root privilegies
6

7
Allowed commands:
8
* epm (run the same epm called from)
9
* epm print info (instead of epm print info)
10 11
* epm tool eget (wget like utility)
* epm tool estrlist (string operations)
12

13 14 15
See any file for
. $(dirname $0)/common.sh
using
16