mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 17:42:36 +08:00
5 lines
41 B
Bash
Executable File
5 lines
41 B
Bash
Executable File
#! /bin/sh
|
|
if ./main; then
|
|
exit 1
|
|
fi
|