7 lines
101 B
Bash
Executable file
7 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# bootstrap.sh
|
|
|
|
[ "$ACTION" ] && exit 0
|
|
|
|
./xbps-src -H $HOME/hostdir binary-bootstrap $1
|