7 lines
113 B
Bash
Executable file
7 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# consistency_check.sh
|
|
|
|
[ "$ACTION" = "consistency-check" ] || exit 0
|
|
|
|
./xbps-src consistency-check
|