8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# bootstrap.sh
|
|
|
|
[ "$XLINT" ] && exit 0
|
|
|
|
./xbps-src -H $HOME/hostdir binary-bootstrap $1
|