aboutsummaryrefslogtreecommitdiff
path: root/collection/dotnet
diff options
context:
space:
mode:
Diffstat (limited to 'collection/dotnet')
-rw-r--r--collection/dotnet/test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/collection/dotnet/test.sh b/collection/dotnet/test.sh
new file mode 100644
index 0000000..cdaa50a
--- /dev/null
+++ b/collection/dotnet/test.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -e
+
+echo 'Testing dotnet!'
+
+dotnet --list-sdks
+
+echo 'Done!' \ No newline at end of file