This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 96f29e01bb
commit 4619776fa5
5 changed files with 30 additions and 24 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
export CPPIPEPATH="/:test::/usr"
cppipe c_file.c > /dev/null
echo Command line test: OK!