'Generic Commit'
Some checks failed
Build-Test-Publish / build (push) Failing after 9s

This commit is contained in:
Your Name 2025-06-17 22:46:50 +12:00
parent a4ce65fa5b
commit 88556fbff3
7 changed files with 0 additions and 36 deletions

View File

@ -1,10 +0,0 @@
#\!/bin/bash
case "$1" in
version)
echo "1.0.0"
;;
*)
echo "Cross-platform test tool"
;;
esac
EOF < /dev/null

View File

@ -1,9 +0,0 @@
#\!/bin/bash
case "$1" in
version)
echo "1.0.0"
;;
*)
echo "Cross-platform test tool"
;;
esac

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo 'Setup complete.'

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo 'Setup complete.'

View File

@ -1,2 +0,0 @@
#!/bin/bash
echo 'Setup complete.'

View File

@ -1,9 +0,0 @@
#\!/bin/bash
case "$1" in
version)
echo "1.0.0"
;;
*)
echo "Universal test tool"
;;
esac

View File

@ -1,2 +0,0 @@
#\!/bin/bash
echo "Universal test tool v1.0.0"