This commit is contained in:
2026-05-15 17:21:20 +02:00
commit 5a3df1910d
2 changed files with 8 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# TFM
Test TFM remote execution on upc server

5
run.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "Doing job..."
sleep 60
echo "Done!"