summaryrefslogtreecommitdiff
path: root/scripts/cpio
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cpio')
-rwxr-xr-xscripts/cpio5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/cpio b/scripts/cpio
new file mode 100755
index 000000000..2a12d4ffe
--- /dev/null
+++ b/scripts/cpio
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+/bin/cpio --quiet "$@"