Add exclude and testfiles

This commit is contained in:
ludeeus
2020-05-30 11:44:01 +02:00
parent c07d062aa5
commit 18c29dd450
9 changed files with 52 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo $test

4
testfiles/test Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
test="test"
echo "$test"

3
testfiles/test.bash Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"

4
testfiles/test.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/sh
test="test"
echo "$test"